Skip to content

Commit

Permalink
bump version to v6.1.0 and add changelog (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVujic committed Dec 26, 2023
1 parent e7eb16a commit d865155
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#### v 6.1.0 (2023-12-26)
* feat: Add prebuilds for Node.js v.20 for Mac OS X x86 and arm, Windows.

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

#### v 6.0.0 (2023-08-07)
* feat: use ZooKeeper C Client v3.8.2 and add prebuilds for Node.js v.18 (Mac OS X intel and M1, and 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.0.0",
"version": "6.1.0",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit d865155

Please sign in to comment.