Skip to content

Commit d865155

Browse files
authored
bump version to v6.1.0 and add changelog (#336)
1 parent e7eb16a commit d865155

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### v 6.1.0 (2023-12-26)
2+
* feat: Add prebuilds for Node.js v.20 for Mac OS X x86 and arm, Windows.
3+
4+
Pull requests:
5+
[333](https://github.com/yfinkelstein/node-zookeeper/pull/333)
6+
[334](https://github.com/yfinkelstein/node-zookeeper/pull/334)
7+
[335](https://github.com/yfinkelstein/node-zookeeper/pull/335)
8+
by @davidvujic
9+
110
#### v 6.0.0 (2023-08-07)
211
* feat: use ZooKeeper C Client v3.8.2 and add prebuilds for Node.js v.18 (Mac OS X intel and M1, and Windows)
312

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.0.0",
4+
"version": "6.1.0",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [

0 commit comments

Comments
 (0)