Skip to content

Commit 4adc386

Browse files
committed
v4.0.0
1 parent ed6a186 commit 4adc386

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 4.0.0 (2020-02-17)
22

33
* Switch to NAPI bcrypt
44

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ If you are on a stable version of node, please provide a sufficient code snippet
1616

1717
## Version Compatibility
1818

19-
| Node Version | Bcrypt Version |
20-
| -------------- | -------------- |
21-
| 0.4 | <= 0.4 |
22-
| 0.6, 0.8, 0.10 | >= 0.5 |
23-
| 0.11 | >= 0.8 |
24-
| 4 | <= 2.1.0 |
25-
| 8 | >= 1.0.3 |
26-
| 10, 11 | >= 3 |
27-
| 12 | >= 3.0.6 |
19+
| Node Version | Bcrypt Version |
20+
| -------------- | ------------------|
21+
| 0.4 | <= 0.4 |
22+
| 0.6, 0.8, 0.10 | >= 0.5 |
23+
| 0.11 | >= 0.8 |
24+
| 4 | <= 2.1.0 |
25+
| 8 | >= 1.0.3 <= 4.0.0 |
26+
| 10, 11 | >= 3 |
27+
| 12 | >= 3.0.6 |
2828

2929
`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:
3030

0 commit comments

Comments
 (0)