Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent 1ed5282 commit 2c822a1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/hip-radios-cheer.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- [#477](https://github.com/neo4j/cypher-builder/pull/477) [`8723c78`](https://github.com/neo4j/cypher-builder/commit/8723c788b603a2914829511385088d93bc4528a7) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for trim expressions in `trim`:

```js
Cypher.trim("BOTH", new Cypher.Literal("x"), new Cypher.Literal("xxxhelloxxx"));
```

```cypher
trim(BOTH "x" FROM "xxxhelloxxx")
```

## 2.1.0

### Minor 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": "2.1.0",
"version": "2.2.0",
"description": "A programmatic API for building Cypher queries for Neo4j",
"exports": "./dist/index.js",
"main": "./dist/index.js",
Expand Down

0 comments on commit 2c822a1

Please sign in to comment.