Skip to content

Commit

Permalink
Merge pull request #323 from neo4j/changeset-release/main
Browse files Browse the repository at this point in the history
Release new version - changesets
  • Loading branch information
angrykoala committed Mar 28, 2024
2 parents 0c2f930 + e2e7175 commit c2bf51d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-cycles-do.md

This file was deleted.

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

## 1.15.0

### Minor Changes

- [#321](https://github.com/neo4j/cypher-builder/pull/321) [`0acf69b`](https://github.com/neo4j/cypher-builder/commit/0acf69be80bdb2539c11bfe8ac0288c5acb60b75) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for `IN TRANSACTIONS` in CALL statements using the method `inTransactions()`

## 1.14.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": "1.14.0",
"version": "1.15.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 c2bf51d

Please sign in to comment.