Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed May 24, 2018
1 parent efd5cfc commit de2e9d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------
- add `sign()` and `verify()`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hdkey",
"version": "0.8.0",
"version": "1.0.0",
"description": "Bitcoin BIP32 hierarchical deterministic keys",
"main": "lib/hdkey.js",
"repository": {
Expand Down

0 comments on commit de2e9d3

Please sign in to comment.