Skip to content

Commit

Permalink
bump version to v6.1.1, add changelog (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic committed Jan 28, 2024
1 parent a218abe commit 5431689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### v 6.1.1 (2024-01-28)
* fix: return an invalid state error code (previously segfault) when client not properly initialized.

Pull request [338](https://github.com/yfinkelstein/node-zookeeper/pull/333) by @davidvujic

#### v 6.1.0 (2023-12-26)
* feat: Add prebuilds for Node.js v.20 for Mac OS X x86 and arm, Windows.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 5431689

Please sign in to comment.