Skip to content

Commit 5431689

Browse files
authored
bump version to v6.1.1, add changelog (#339)
1 parent a218abe commit 5431689

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.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+
16
#### v 6.1.0 (2023-12-26)
27
* feat: Add prebuilds for Node.js v.20 for Mac OS X x86 and arm, Windows.
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.1.0",
4+
"version": "6.1.1",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)