Skip to content

Commit

Permalink
v1.1.0-napi
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Jan 21, 2018
1 parent 4611940 commit b1de58e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 1.1.0-napi (2018-01-21)

* Initial support for [N-API](https://nodejs.org/api/n-api.html)

# 1.0.3 (2016-08-23)

* update to nan v2.6.2 for NodeJS 8 support
* Fix: use npm scripts instead of node-gyp directly.

# 1.0.2 (2016-12-31)

* Fix `compare` promise rejection with invalid arguments
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"crypto"
],
"main": "./bcrypt",
"version": "1.0.3",
"version": "1.1.0-napi",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 4.0.0"
Expand Down Expand Up @@ -60,4 +60,4 @@
"host": "https://github.com",
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/"
}
}
}

0 comments on commit b1de58e

Please sign in to comment.