Skip to content

Commit

Permalink
Merge pull request #14 from neo4j/changeset-release/main
Browse files Browse the repository at this point in the history
Release new version - changesets
  • Loading branch information
darrellwarde committed Jun 9, 2023
2 parents 448fa27 + ab107e5 commit 0b234e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-pillows-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-schools-punch.md

This file was deleted.

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

## 0.5.2

### Patch Changes

- [#11](https://github.com/neo4j/cypher-builder/pull/11) [`63ffbbf`](https://github.com/neo4j/cypher-builder/commit/63ffbbf34ec003247aebfbf8754bafe216d42ef1) Thanks [@angrykoala](https://github.com/angrykoala)! - Adds db.index.fulltext.queryRelationships

- [#13](https://github.com/neo4j/cypher-builder/pull/13) [`41a15dd`](https://github.com/neo4j/cypher-builder/commit/41a15dd5f6725dd74cf8da08ce0eb91909ff142f) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Change the abstract class Reference to accept nested properties

## 0.5.1

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

0 comments on commit 0b234e2

Please sign in to comment.