This repository was archived by the owner on Oct 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - " 4"
43 - " 6"
54 - " 8"
5+ - " 10"
66env :
77 - CXX=g++-4.8
88addons :
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments