Skip to content

Commit db6f654

Browse files
committed
3.1.1
1 parent 8ffdefa commit db6f654

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
1+
3.1.1 / 2020-05-31
2+
------------------
3+
- Add safe-buffer as explicit dependency
4+
5+
3.1.0 / 2020-04-09
6+
------------------
7+
- Add async methods
8+
9+
3.0.0 / 2019-09-12
10+
------------------
11+
- Fixed backwards incompatible bug with passphrase NFC normalization
12+
113
2.0.3 / 2019-05-22
214
------------------
315
- made compatible for Electron v4
416

17+
2.0.2 / 2017-12-14
18+
------------------
19+
- use safe-buffer
20+
- upgrade scryptsy
21+
22+
2.0.1 / 2017-04-20
23+
------------------
24+
- upgrade bs58check
25+
- index: rm unused address parameter
26+
527
2.0.0 / 2016-12-20
628
------------------
729
- removed class instantiation. Removed `coinstring` dep.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bip38",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "BIP38 is a standard process to encrypt Bitcoin and crypto currency private keys that is impervious to brute force attacks thus protecting the user.",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)