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

Commit 093350d

Browse files
committed
Bumped version to v0.6.2, added CHANGELOG entry
1 parent efd2012 commit 093350d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "4"
43
- "6"
54
- "8"
5+
- "10"
66
env:
77
- CXX=g++-4.8
88
addons:

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9-
## [0.6.1] - 2018-07-28
9+
## [0.6.2] - 2018-08-08
10+
- [PLEASE UPDATE!] Fixes a critical import bug introduced in ``v0.6.1`` accidentally
11+
changing the import path for the different submodules, see PR [#65](https://github.com/ethereumjs/ethereumjs-wallet/pull/65)
12+
13+
[0.6.2]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.1...v0.6.2
14+
15+
## [0.6.1] - 2018-07-28 [DEPRECATED]
1016
- Added support for vanity address generation, PR [#5](https://github.com/ethereumjs/ethereumjs-wallet/pull/5)
1117
- Fixed typo in provider-engine, PR [#16](https://github.com/ethereumjs/ethereumjs-wallet/pull/16)
1218
- Accept the true range of addresses for ICAP direct, PR [#6](https://github.com/ethereumjs/ethereumjs-wallet/pull/6)

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.1",
3+
"version": "0.6.2",
44
"description": "Utilities for handling Ethereum keys",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)