Skip to content

Commit a579bb9

Browse files
authored
Merge pull request #228 from neo4j/changeset-release/main
Release new version - changesets
2 parents ec681eb + 6c01837 commit a579bb9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/wild-cows-repeat.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neo4j/cypher-builder
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- [#226](https://github.com/neo4j/cypher-builder/pull/226) [`84b1534`](https://github.com/neo4j/cypher-builder/commit/84b1534f766c8c009e8a4f8b15d4c282c6ead500) Thanks [@angrykoala](https://github.com/angrykoala)! - Support for `new Call().innerWith("*")` to generate `WITH *` inside a `CALL` subquery
8+
39
## 1.7.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/cypher-builder",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
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)