Skip to content

Commit

Permalink
Merge pull request #324 from DavidVujic/prebuild_for_arm64_m1_and_nod…
Browse files Browse the repository at this point in the history
…ejs18

Add prebuilds for Node.js (Mac OS X and Windows)
  • Loading branch information
DavidVujic committed Nov 3, 2022
2 parents b920e47 + 1a9e13c commit 99afde4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
win: circleci/windows@2.2.0
win: circleci/windows@5.0

parameters:
nodeversion:
type: string
default: "16.13.1"
default: "18.12.0"

commands:
nvminstall:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### v 5.6.0 (2022-11-03)
* feat: add prebuilds for Node.js v.18 (Mac OS X intel and M1, and Windows)

Pull request [324](https://github.com/yfinkelstein/node-zookeeper/pull/324) by @davidvujic

#### v 5.5.1 (2022-09-17)
* 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

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": "5.5.1",
"version": "5.6.0",
"author": "Yuri Finkelstein <yurif2003@yahoo.com>",
"license": "MIT",
"contributors": [
Expand Down
Binary file added prebuilds/darwin-arm64/node.abi108.node
Binary file not shown.
Binary file added prebuilds/darwin-x64/node.abi108.node
Binary file not shown.
Binary file added prebuilds/win32-x64/node.abi108.node
Binary file not shown.

0 comments on commit 99afde4

Please sign in to comment.