This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@neo4j/cypher-builder@1.22.1
Patch Changes
#430f662ddd Thanks @angrykoala! - Deprecate using a Node as a constructor of Cypher.PatternComprehension:
const node = new Cypher.Node();
const comprehension = new Cypher.PatternComprehension(node);
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@neo4j/cypher-builder@1.22.1
Patch Changes
#430
f662ddd
Thanks @angrykoala! - Deprecate using aNode
as a constructor ofCypher.PatternComprehension
: