Skip to content

Commit 6d4c381

Browse files
Version Packages
1 parent ae4d618 commit 6d4c381

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/grumpy-insects-protect.md

-13
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @neo4j/cypher-builder
22

3+
## 1.10.3
4+
5+
### Patch Changes
6+
7+
- [#279](https://github.com/neo4j/cypher-builder/pull/279) [`4620a2e`](https://github.com/neo4j/cypher-builder/commit/4620a2e6339251e13c20c9d30011c6b2560f8b19) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for "\*" parameter in MapProjection:
8+
9+
```js
10+
new Cypher.MapProjection(new Cypher.Variable(), "*");
11+
```
12+
13+
```cypher
14+
var0 { .* }
15+
```
16+
317
## 1.10.2
418

519
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/cypher-builder",
3-
"version": "1.10.2",
3+
"version": "1.10.3",
44
"description": "A programmatic API for building Cypher queries for Neo4j",
55
"exports": "./dist/index.js",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)