Skip to content

Commit

Permalink
Merge pull request #440 from neo4j/changeset-release/main
Browse files Browse the repository at this point in the history
Release new version - changesets
  • Loading branch information
angrykoala authored Oct 29, 2024
2 parents ea8c44f + 678d278 commit bdfdb2c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .changeset/silver-pugs-greet.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @neo4j/cypher-builder

## 1.22.2

### Patch Changes

- [#437](https://github.com/neo4j/cypher-builder/pull/437) [`fa520b8`](https://github.com/neo4j/cypher-builder/commit/fa520b81d8e9723fe34482616f44ef7624dcf978) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for patterns in `size()` for Neo4j 4

```js
const pattern = new Cypher.Pattern(new Cypher.Node()).related().to();
const cypherFunction = Cypher.size(pattern);
```

```cypher
size((this0)-[this1]->(this2))
```

## 1.22.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/cypher-builder",
"version": "1.22.1",
"version": "1.22.2",
"description": "A programmatic API for building Cypher queries for Neo4j",
"exports": "./dist/index.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit bdfdb2c

Please sign in to comment.