Skip to content

Commit

Permalink
Merge pull request #9 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 Jun 7, 2023
2 parents 708d9de + 1cff373 commit 1029491
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-rats-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-pandas-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-chicken-peel.md

This file was deleted.

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

## 0.5.1

### Patch Changes

- [`708d9de`](https://github.com/neo4j/cypher-builder/commit/708d9de5391ea0877d6775389ddd721782f832b8) Thanks [@angrykoala](https://github.com/angrykoala)! - Adds NamedRelationship

- [#8](https://github.com/neo4j/cypher-builder/pull/8) [`b77f6b0`](https://github.com/neo4j/cypher-builder/commit/b77f6b05e72701b8a606ce5ea093bf46c7ac86a4) Thanks [@angrykoala](https://github.com/angrykoala)! - Add Cypher.utils.compileCypher method

- [#8](https://github.com/neo4j/cypher-builder/pull/8) [`b77f6b0`](https://github.com/neo4j/cypher-builder/commit/b77f6b05e72701b8a606ce5ea093bf46c7ac86a4) Thanks [@angrykoala](https://github.com/angrykoala)! - Add escapeType and escapeProperty utils

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

0 comments on commit 1029491

Please sign in to comment.