Skip to content

Commit 49022c1

Browse files
authored
Merge pull request #292 from DavidVujic/release_5_2_0
bump version, add changelog
2 parents 035a06f + eaca23f commit 49022c1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### v 5.2.0 (2022-01-05)
2+
* feat: add a boolean "path exists" function, wrapping the "exists" function. Pull request [291](https://github.com/yfinkelstein/node-zookeeper/pull/291) by @davidvujic
3+
14
#### v 5.1.0 (2021-12-29)
25
* feat: build native addon from the ZooKeeper C client v3.6.3. Pull request [289](https://github.com/yfinkelstein/node-zookeeper/pull/289) by @davidvujic
36
* fix: Using a newer client solves issue [270](https://github.com/yfinkelstein/node-zookeeper/issues/270) (warnings on close).

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zookeeper",
3-
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.6.x)",
4-
"version": "5.1.0",
3+
"description": "apache zookeeper client (zookeeper async API v3.4.x - v3.7.x)",
4+
"version": "5.2.0",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)