Skip to content

Commit ab026b2

Browse files
committedApr 7, 2018
v2.0.0
1 parent f00d4b8 commit ab026b2

File tree

2 files changed

+3
-3
lines changed

2 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+
# 2.0.0 (2018-04-07)
22

33
* Make `2b` the default bcrypt version
44

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"crypto"
1212
],
1313
"main": "./bcrypt",
14-
"version": "1.0.3",
14+
"version": "2.0.0",
1515
"author": "Nick Campbell (https://github.com/ncb000gt)",
1616
"engines": {
1717
"node": ">= 4.0.0"
@@ -59,4 +59,4 @@
5959
"remote_path": "/kelektiv/node.bcrypt.js/releases/download/v{version}/",
6060
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)
Please sign in to comment.