Skip to content

Commit 9b11a5e

Browse files
authored
bump version to 6.2.2 + changelog (#348)
1 parent 25343fb commit 9b11a5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### v 6.2.2 (2024-07-08)
2+
* docs: access Zookeeper constants from ZooKeeper.constants
3+
4+
Pull request [347](https://github.com/yfinkelstein/node-zookeeper/pull/347) by @maharjanraj
5+
16
#### v 6.2.1 (2024-07-04)
27
* fix: ACL type, should be an array of objects. Also, fix typo in permissions key.
38

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.5.x - v3.8.x)",
4-
"version": "6.2.1",
4+
"version": "6.2.2",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)