Skip to content

Commit

Permalink
v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
recrsn committed Mar 19, 2019
1 parent 8a4e0cc commit 5f5beb5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,12 @@
# 3.0.4 (2019-02-07)
# 3.0.5 (2019-03-19)

* Fix GCC, NAN and V8 deprecation warnings
* Update `nan` to 2.13.1
* NodeJS 12 compatibility
* Remove `node-pre-gyp` from bundled dependencies

# 3.0.4 (2019-02-07)

* Fix GCC, NAN and V8 deprecation warnings

# 3.0.3 (2018-12-19)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ If you are on a stable version of node, please provide a sufficient code snippet
| 4 | < 2.1 |
| 8 | >= 1.0.3 |
| 10, 11 | >= 3 |
| 12 | >= 3.0.4 |
| 12 | >= 3.0.5 |

`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
Expand Up @@ -11,7 +11,7 @@
"crypto"
],
"main": "./bcrypt",
"version": "3.0.4",
"version": "3.0.5",
"author": "Nick Campbell (https://github.com/ncb000gt)",
"engines": {
"node": ">= 6.0.0"
Expand Down

0 comments on commit 5f5beb5

Please sign in to comment.