Browse Source

0.8.0

master 0.8.0
JP Richardson 7 years ago
parent
commit
a072ea076b
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,3 +1,8 @@
0.8.0 / 2018-02-06
------------------
- add `sign()` and `verify()`
- upgrade to `safe-buffer`
0.7.1 / 2016-05-26
------------------
- fix bug when `privateKey` is `null`, `privateExtendedKey` should not throw, and return `null` [#7][#7]

2
package.json

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

Loading…
Cancel
Save