Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Oct 18, 2019
1 parent a0025da commit 4d3a977
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UNRELEASED
# 3.0.7 (2019-10-18)

* Update `nan` to 2.14.0
* Update `node-pre-gyp` to 0.13
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you are on a stable version of node, please provide a sufficient code snippet
| 4 | <= 2.1.0 |
| 8 | >= 1.0.3 |
| 10, 11 | >= 3 |
| 12 (nightly) | >= 3.0.6 |
| 12 | >= 3.0.6 |

`node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install, you'll need a stable version of node to use bcrypt. If you do not, you'll likely see an error that starts with:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"crypto"
],
"main": "./bcrypt",
"version": "3.0.6",
"version": "3.0.7",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 6.0.0"
Expand Down

0 comments on commit 4d3a977

Please sign in to comment.