Skip to content

Commit 61139e6

Browse files
committed
v5.0.0
1 parent 1bde62c commit 61139e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 5.0.0 (2020-06-02)
22

33
* Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255.
44
It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug

package-lock.json

+1-1
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": "4.0.1",
14+
"version": "5.0.0",
1515
"author": "Nick Campbell (https://github.com/ncb000gt)",
1616
"engines": {
1717
"node": ">= 10.0.0"

0 commit comments

Comments
 (0)