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 1
1
language : node_js
2
2
node_js :
3
- - " 4"
4
3
- " 6"
5
4
- " 8"
5
+ - " 10"
6
6
env :
7
7
- CXX=g++-4.8
8
8
addons :
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/)
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
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]
10
16
- Added support for vanity address generation, PR [ #5 ] ( https://github.com/ethereumjs/ethereumjs-wallet/pull/5 )
11
17
- Fixed typo in provider-engine, PR [ #16 ] ( https://github.com/ethereumjs/ethereumjs-wallet/pull/16 )
12
18
- 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 1
1
{
2
2
"name" : " ethereumjs-wallet" ,
3
- "version" : " 0.6.1 " ,
3
+ "version" : " 0.6.2 " ,
4
4
"description" : " Utilities for handling Ethereum keys" ,
5
5
"main" : " index.js" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments