Skip to content

Commit 97f86f4

Browse files
authored
feat(windows): add prebuild for Node.js 24 (#359)
* feat(windows): add prebuild for Node.js 24 * bump version to 7.2.0 * add changelog * fix(CI): set node version to 23.12.0
1 parent 1e0b402 commit 97f86f4

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
nodeversion:
88
type: string
9-
default: "20.10.0"
9+
default: "24.12.0"
1010

1111
commands:
1212
nvminstall:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### v 7.2.0 (2025-12-13)
2+
* feat(windows): add prebuild for Node.js 24
3+
4+
Pull request [359](https://github.com/yfinkelstein/node-zookeeper/pull/359) by @davidvujic
5+
16
#### v 7.1.0 (2025-11-15)
27
* feat: Node js 24 and v8 compatibility fixes
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.1.0",
4+
"version": "7.2.0",
55
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
66
"license": "MIT",
77
"contributors": [
268 KB
Binary file not shown.

0 commit comments

Comments
 (0)