We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d4b8 commit ab026b2Copy full SHA for ab026b2
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# UNRELEASED
+# 2.0.0 (2018-04-07)
2
3
* Make `2b` the default bcrypt version
4
package.json
@@ -11,7 +11,7 @@
11
"crypto"
12
],
13
"main": "./bcrypt",
14
- "version": "1.0.3",
+ "version": "2.0.0",
15
"author": "Nick Campbell (https://github.com/ncb000gt)",
16
"engines": {
17
"node": ">= 4.0.0"
@@ -59,4 +59,4 @@
59
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/",
60
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz"
61
}
62
-}
+}
0 commit comments