Skip to content

Commit

Permalink
chore(release): 6.0.2
Browse files Browse the repository at this point in the history
## [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]
  • Loading branch information
semantic-release-bot committed Dec 12, 2020
1 parent a5cb7db commit bbabda6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.2](https://github.com/jamesfer/cypher-query-builder/compare/v6.0.1...v6.0.2) (2020-12-12)


### Bug Fixes

* **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)

## [6.0.1](https://github.com/jamesfer/cypher-query-builder/compare/v6.0.0...v6.0.1) (2020-09-26)


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": "cypher-query-builder",
"version": "6.0.1",
"version": "6.0.2",
"description": "An intuitive, easy to use query builder for Neo4j and Cypher",
"author": "James Ferguson",
"license": "MIT",
Expand Down

0 comments on commit bbabda6

Please sign in to comment.