Bumped version to v0.6.2, added CHANGELOG entry
This commit is contained in:
parent
efd2012e44
commit
093350d372
|
@ -1,8 +1,8 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
addons:
|
||||
|
|
|
@ -6,7 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|||
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
|
||||
## [0.6.1] - 2018-07-28
|
||||
## [0.6.2] - 2018-08-08
|
||||
- [PLEASE UPDATE!] Fixes a critical import bug introduced in ``v0.6.1`` accidentally
|
||||
changing the import path for the different submodules, see PR [#65](https://github.com/ethereumjs/ethereumjs-wallet/pull/65)
|
||||
|
||||
[0.6.2]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.1...v0.6.2
|
||||
|
||||
## [0.6.1] - 2018-07-28 [DEPRECATED]
|
||||
- Added support for vanity address generation, PR [#5](https://github.com/ethereumjs/ethereumjs-wallet/pull/5)
|
||||
- Fixed typo in provider-engine, PR [#16](https://github.com/ethereumjs/ethereumjs-wallet/pull/16)
|
||||
- Accept the true range of addresses for ICAP direct, PR [#6](https://github.com/ethereumjs/ethereumjs-wallet/pull/6)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ethereumjs-wallet",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "Utilities for handling Ethereum keys",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue