diff --git a/CHANGELOG.md b/CHANGELOG.md index ce19614f..7934078e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.0.6 (2019-04-11) + + * Update `nan` to 2.13.2 + # 3.0.5 (2019-03-19) * Update `nan` to 2.13.1 diff --git a/README.md b/README.md index f5a9f606..7fe56eba 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ If you are on a stable version of node, please provide a sufficient code snippet | 0.4 | <= 0.4 | | 0.6, 0.8, 0.10 | >= 0.5 | | 0.11 | >= 0.8 | -| 4 | < 2.1 | +| 4 | <= 2.1.0 | | 8 | >= 1.0.3 | | 10, 11 | >= 3 | -| 12 | >= 3.0.5 | +| 12 (nightly) | >= 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: +`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: ``` gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead diff --git a/package-lock.json b/package-lock.json index b846fd80..e98e91dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bcrypt", - "version": "3.0.5", + "version": "3.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9561759c..aaa793b1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "crypto" ], "main": "./bcrypt", - "version": "3.0.5", + "version": "3.0.6", "author": "Nick Campbell (https://github.com/ncb000gt)", "engines": { "node": ">= 6.0.0"