Skip to content

Commit 4d3a977

Browse files
committed
v3.0.7
1 parent a0025da commit 4d3a977

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 3.0.7 (2019-10-18)
22

33
* Update `nan` to 2.14.0
44
* Update `node-pre-gyp` to 0.13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are on a stable version of node, please provide a sufficient code snippet
2424
| 4 | <= 2.1.0 |
2525
| 8 | >= 1.0.3 |
2626
| 10, 11 | >= 3 |
27-
| 12 (nightly) | >= 3.0.6 |
27+
| 12 | >= 3.0.6 |
2828

2929
`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:
3030

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"crypto"
1212
],
1313
"main": "./bcrypt",
14-
"version": "3.0.6",
14+
"version": "3.0.7",
1515
"author": "Nick Campbell (https://github.com/ncb000gt)",
1616
"engines": {
1717
"node": ">= 6.0.0"

0 commit comments

Comments
 (0)