Skip to content

Commit 402c8b2

Browse files
authored
Merge pull request #525 from neo4j/changeset-release/main
Release new version - changesets
2 parents fa6e486 + f48afcd commit 402c8b2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/swift-loops-remain.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+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- [#523](https://github.com/neo4j/cypher-builder/pull/523) [`5805532`](https://github.com/neo4j/cypher-builder/commit/5805532d7ede2c1600a4d6a87ea18a3a8354fd54) Thanks [@angrykoala](https://github.com/angrykoala)! - Deprecates type `Operation` in favor of the more general `Expr`
8+
39
## 2.5.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": "2.5.0",
3+
"version": "2.5.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)