Browse Source

1.0.0

master 1.0.0
Ryan Zimmerman 7 years ago
parent
commit
de2e9d3e00
  1. 6
      CHANGELOG.md
  2. 2
      package.json

6
CHANGELOG.md

@ -1,3 +1,9 @@
1.0.0 / 2018-05-24
------------------
- drop support for all Node.js versions 4 and earlier
- fix `derive()` path validation ([#20](https://github.com/cryptocoinjs/hdkey/pull/20))
0.8.0 / 2018-02-06 0.8.0 / 2018-02-06
------------------ ------------------
- add `sign()` and `verify()` - add `sign()` and `verify()`

2
package.json

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

Loading…
Cancel
Save