Browse Source

0.7.1

master 0.7.1
JP Richardson 9 years ago
parent
commit
b25cd0b416
  1. 4
      CHANGELOG.md
  2. 2
      package.json

4
CHANGELOG.md

@ -1,3 +1,7 @@
0.7.1 / 2016-05-26
------------------
- fix bug when `privateKey` is `null`, `privateExtendedKey` should not throw, and return `null` [#7][#7]
0.7.0 / 2016-03-22
------------------
- upgrade from `ecurve` to `secp256k1`. [#5][#5]

2
package.json

@ -1,6 +1,6 @@
{
"name": "hdkey",
"version": "0.7.0",
"version": "0.7.1",
"description": "Bitcoin BIP32 hierarchical deterministic keys",
"main": "lib/hdkey.js",
"repository": {

Loading…
Cancel
Save