Skip to content

Commit bbabda6

Browse files
chore(release): 6.0.2
## [6.0.2](v6.0.1...v6.0.2) (2020-12-12) ### Bug Fixes * **termlist:** fix handling of nested dictionaries ([93a5cd4](93a5cd4)), closes [#137](#137) [skip ci]
1 parent a5cb7db commit bbabda6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.0.2](https://github.com/jamesfer/cypher-query-builder/compare/v6.0.1...v6.0.2) (2020-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **termlist:** fix handling of nested dictionaries ([93a5cd4](https://github.com/jamesfer/cypher-query-builder/commit/93a5cd42b63812905de8a953574cee147f4de390)), closes [#137](https://github.com/jamesfer/cypher-query-builder/issues/137)
7+
18
## [6.0.1](https://github.com/jamesfer/cypher-query-builder/compare/v6.0.0...v6.0.1) (2020-09-26)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypher-query-builder",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
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)