Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 567f329

Browse files
authored
Merge pull request #131 from ethereumjs/new-release
New release v0.6.5
2 parents fe4b49c + fa1eb65 commit 567f329

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
(modification: no type change headlines) and this project adheres to
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.5] - 2020-07-17
9+
- Replaced native `hdkey` dependency with
10+
[ethereum-cryptography](https://github.com/ethereum/js-ethereum-cryptography) that doesn't require
11+
native dependency compiling,
12+
PR [#130](https://github.com/ethereumjs/ethereumjs-wallet/pull/130)
13+
14+
[0.6.5]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.4...v0.6.5
15+
816
## [0.6.4] - 2020-05-01
917

1018
This is the last release from the `v0.6.x` release series. It adds Node 12 compatibility while maintaining compatibility

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-wallet",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Utilities for handling Ethereum keys",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)