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 a218abe commit 5431689Copy full SHA for 5431689
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+#### v 6.1.1 (2024-01-28)
2
+* fix: return an invalid state error code (previously segfault) when client not properly initialized.
3
+
4
+ Pull request [338](https://github.com/yfinkelstein/node-zookeeper/pull/333) by @davidvujic
5
6
#### v 6.1.0 (2023-12-26)
7
* feat: Add prebuilds for Node.js v.20 for Mac OS X x86 and arm, Windows.
8
package.json
@@ -1,7 +1,7 @@
{
"name": "zookeeper",
"description": "apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)",
- "version": "6.1.0",
+ "version": "6.1.1",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
"license": "MIT",
"contributors": [
0 commit comments