Skip to content

Commit 78f914d

Browse files
chore(release): 5.0.1
## [5.0.1](v5.0.0...v5.0.1) (2019-12-08) ### Bug Fixes * export builder, clause and clause collection ([6dde494](6dde494)), closes [#116](#116) [skip ci]
1 parent caa45bf commit 78f914d

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+
## [5.0.1](https://github.com/jamesfer/cypher-query-builder/compare/v5.0.0...v5.0.1) (2019-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* export builder, clause and clause collection ([6dde494](https://github.com/jamesfer/cypher-query-builder/commit/6dde494)), closes [#116](https://github.com/jamesfer/cypher-query-builder/issues/116)
7+
18
# [5.0.0](https://github.com/jamesfer/cypher-query-builder/compare/v4.4.0...v5.0.0) (2019-09-21)
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": "5.0.0",
3+
"version": "5.0.1",
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)