Browse Source

1.1.1

master 1.1.1
Ryan Zimmerman 6 years ago
parent
commit
fc78c437e4
  1. 5
      CHANGELOG.md
  2. 2
      package.json

5
CHANGELOG.md

@ -1,3 +1,8 @@
1.1.1 / 2019-02-09
------------------
- Fix Electron v4 support. No changes to external API. ([#26](https://github.com/cryptocoinjs/hdkey/pull/26))
1.1.0 / 2018-08-14 1.1.0 / 2018-08-14
------------------ ------------------

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "hdkey", "name": "hdkey",
"version": "1.1.0", "version": "1.1.1",
"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