Skip to content

Commit 5895e5a

Browse files
authored
Merge pull request #294 from DavidVujic/release_5_2_1
bump version to 5.2.1 and add changelog
2 parents 6aa33f3 + c3db15f commit 5895e5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### v 5.2.1 (2022-01-05)
2+
* fix: explicitly handle async JavaScript failures. Pull request [293](https://github.com/yfinkelstein/node-zookeeper/pull/293) by @davidvujic
3+
14
#### v 5.2.0 (2022-01-05)
25
* feat: add a boolean "path exists" function, wrapping the "exists" function. Pull request [291](https://github.com/yfinkelstein/node-zookeeper/pull/291) by @davidvujic
36

package.json

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

0 commit comments

Comments
 (0)