Skip to content

Commit

Permalink
Merge pull request #131 from ethereumjs/new-release
Browse files Browse the repository at this point in the history
New release v0.6.5
  • Loading branch information
holgerd77 committed Jul 16, 2020
2 parents fe4b49c + fa1eb65 commit 567f329
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.6.5] - 2020-07-17
- Replaced native `hdkey` dependency with
[ethereum-cryptography](https://github.com/ethereum/js-ethereum-cryptography) that doesn't require
native dependency compiling,
PR [#130](https://github.com/ethereumjs/ethereumjs-wallet/pull/130)

[0.6.5]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.4...v0.6.5

## [0.6.4] - 2020-05-01

This is the last release from the `v0.6.x` release series. It adds Node 12 compatibility while maintaining compatibility
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": "ethereumjs-wallet",
"version": "0.6.4",
"version": "0.6.5",
"description": "Utilities for handling Ethereum keys",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 567f329

Please # to comment.