Browse Source

0.6.0

master 0.6.0
JP Richardson 10 years ago
parent
commit
514054e027
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,3 +1,8 @@
0.6.0 / 2015-07-02
------------------
- **breaking** (same day though, haha). Changed `publicExtendedKey`/`privateExtendedKey` in `JSON` methods to `xpub`/`xpriv`
- export `HARDENED_OFFSET`
0.5.0 / 2015-07-02
------------------
- JavaScript Standard Style

2
package.json

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

Loading…
Cancel
Save