Skip to content

Commit 10eacf5

Browse files
committed
Prepare v5.0.1
1 parent 6eacfe1 commit 10eacf5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.0.1 (2021-02-22)
2+
3+
* Update `node-pre-gyp` to 1.0.0
4+
15
# 5.0.0 (2020-06-02)
26

37
* Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"crypto"
1212
],
1313
"main": "./bcrypt",
14-
"version": "5.0.0",
14+
"version": "5.0.1",
1515
"author": "Nick Campbell (https://github.com/ncb000gt)",
1616
"engines": {
1717
"node": ">= 10.0.0"

0 commit comments

Comments
 (0)