Skip to content

Commit c65a092

Browse files
authored
Merge pull request #452 from neo4j/changeset-release/main
Release new version - changesets
2 parents 8074aac + fa2a982 commit c65a092

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/calm-pumas-crash.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.22.4
4+
5+
### Patch Changes
6+
7+
- [#451](https://github.com/neo4j/cypher-builder/pull/451) [`e0d7f4b`](https://github.com/neo4j/cypher-builder/commit/e0d7f4b260177267e6dfd268f357c76a2ccad7b6) Thanks [@angrykoala](https://github.com/angrykoala)! - Deprecates `CypherEnvironment` exported types in favor of `RawCypherContext` for usage in `Cypher.Raw`
8+
39
## 1.22.3
410

511
### Patch 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.22.3",
3+
"version": "1.22.4",
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)