We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25343fb commit 9b11a5eCopy full SHA for 9b11a5e
CHANGELOG.md
@@ -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
6
#### v 6.2.1 (2024-07-04)
7
* fix: ACL type, should be an array of objects. Also, fix typo in permissions key.
8
package.json
@@ -1,7 +1,7 @@
{
"name": "zookeeper",
"description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)",
- "version": "6.2.1",
+ "version": "6.2.2",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
"license": "MIT",
"contributors": [
0 commit comments