Skip to content

Commit eba3d48

Browse files
Version Packages
1 parent a4ad790 commit eba3d48

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/easy-eggs-count.md

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

CHANGELOG.md

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

3+
## 2.7.0
4+
5+
### Minor Changes
6+
7+
- [#541](https://github.com/neo4j/cypher-builder/pull/541) [`6b02a4a`](https://github.com/neo4j/cypher-builder/commit/6b02a4ab23a4c3986ed395c3946beeb333b2da95) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for `OPTIONAL CALL` on procedures:
8+
9+
```js
10+
Cypher.db.labels().optional().yield("*");
11+
```
12+
13+
```cypher
14+
OPTIONAL CALL db.labels() YIELD *
15+
```
16+
317
## 2.6.0
418

519
### 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": "2.6.0",
3+
"version": "2.7.0",
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)