Skip to content

Commit 99afde4

Browse files
authored
Merge pull request #324 from DavidVujic/prebuild_for_arm64_m1_and_nodejs18
Add prebuilds for Node.js (Mac OS X and Windows)
2 parents b920e47 + 1a9e13c commit 99afde4

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22

33
orbs:
4-
win: circleci/windows@2.2.0
4+
win: circleci/windows@5.0
55

66
parameters:
77
nodeversion:
88
type: string
9-
default: "16.13.1"
9+
default: "18.12.0"
1010

1111
commands:
1212
nvminstall:

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### v 5.6.0 (2022-11-03)
2+
* feat: add prebuilds for Node.js v.18 (Mac OS X intel and M1, and Windows)
3+
4+
Pull request [324](https://github.com/yfinkelstein/node-zookeeper/pull/324) by @davidvujic
5+
16
#### v 5.5.1 (2022-09-17)
27
* fix: set the correct supported version of Apache ZooKeeper server (docs and package description). Pull request [322](https://github.com/yfinkelstein/node-zookeeper/pull/322) by @davidvujic
38

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": "5.5.1",
4+
"version": "5.6.0",
55
"author": "Yuri Finkelstein <[email protected]>",
66
"license": "MIT",
77
"contributors": [
339 KB
Binary file not shown.

prebuilds/darwin-x64/node.abi108.node

320 KB
Binary file not shown.

prebuilds/win32-x64/node.abi108.node

274 KB
Binary file not shown.

0 commit comments

Comments
 (0)