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

Commit 698e068

Browse files
committed
Bumped version to v1.0.1, added CHANGELOG entry
1 parent 744a79d commit 698e068

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

9+
## [1.0.1] - 2020-09-25
10+
11+
- Fixed a browser issue in `Wallet.fromV3()` and `Wallet.toV3()` triggered when using web bundlers using Buffer v4 shim (Webpack 4),
12+
see PR [#135](https://github.com/ethereumjs/ethereumjs-wallet/pull/135)
13+
14+
[1.0.1]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v1.0.0...v1.0.1
15+
916
## [1.0.0] - 2020-06-23
1017

1118
This is the first `TypeScript` release on the library (thanks @the-jackalope for the rewrite! ❤️), see PR [#93](https://github.com/ethereumjs/ethereumjs-wallet/pull/93) for the main PR here. The release comes with various breaking changes.

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utilities for handling Ethereum keys",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)