Skip to content

Commit 6ede077

Browse files
authored
feat: release v7.0.0 with prebuilds (#356)
* bump version to 7.0.0 * docs: add changelog * remove prebuilds for mac os x * fix: add prebuild for Mac OS X, Node.js 22 * fix: add prebuild for Mac OS X, Node.js 20
1 parent 96c4067 commit 6ede077

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### v 7.0.0 (2025-05-25)
2+
* fix: enable workers
3+
4+
Pull request [354](https://github.com/yfinkelstein/node-zookeeper/pull/354) by @davidvujic
5+
16
#### v 6.2.3 (2024-07-14)
27
* fix: accept both perm and perms in acl objects
38

package.json

Lines changed: 1 addition & 1 deletion
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": "7.0.0-beta.0",
4+
"version": "7.0.0",
55
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
66
"license": "MIT",
77
"contributors": [
-342 KB
Binary file not shown.
-64 Bytes
Binary file not shown.
342 KB
Binary file not shown.

0 commit comments

Comments
 (0)