Skip to content

Commit 7f79e70

Browse files
chore(release): 6.0.0
# [6.0.0](v5.0.4...v6.0.0) (2020-09-17) ### Bug Fixes * remove any-observable ([8328434](8328434)) * remove any-promise ([f624574](f624574)) * update neo4j driver to 4.0 ([cb0bf1e](cb0bf1e)) ### BREAKING CHANGES * Removes the any-observable package * Removes the any-promise package * Connection.close() now returns a promise instead of acting immediately. The new neo4j driver changed the behaviour of Driver.close() and this change is consistent with that. [skip ci]
1 parent 1624252 commit 7f79e70

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [6.0.0](https://github.com/jamesfer/cypher-query-builder/compare/v5.0.4...v6.0.0) (2020-09-17)
2+
3+
4+
### Bug Fixes
5+
6+
* remove any-observable ([8328434](https://github.com/jamesfer/cypher-query-builder/commit/8328434717f392372292369539484d318b36dbd8))
7+
* remove any-promise ([f624574](https://github.com/jamesfer/cypher-query-builder/commit/f624574c94552d16b4f55ee17a01a1acd1cf7185))
8+
* update neo4j driver to 4.0 ([cb0bf1e](https://github.com/jamesfer/cypher-query-builder/commit/cb0bf1e32134adee467aaa09fa02810c9e7e3617))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* Removes the any-observable package
14+
* Removes the any-promise package
15+
* Connection.close() now returns a promise instead of acting immediately.
16+
The new neo4j driver changed the behaviour of Driver.close() and this change is consistent
17+
with that.
18+
119
## [5.0.4](https://github.com/jamesfer/cypher-query-builder/compare/v5.0.3...v5.0.4) (2019-12-23)
220

321

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypher-query-builder",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"description": "An intuitive, easy to use query builder for Neo4j and Cypher",
55
"author": "James Ferguson",
66
"license": "MIT",

0 commit comments

Comments
 (0)