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

Commit 9982f77

Browse files
github-actions[bot]github-actionslegobeatMrtenz
authored
5.1.1 (#167)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 1bad373 commit 9982f77

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.1.1]
10+
### Fixed
11+
- Treat `undefined` and `null` as empty array in deserialize function ([#166](https://github.com/MetaMask/eth-simple-keyring/pull/166))
12+
913
## [5.1.0]
1014
### Changed
1115
- Export TypeScript interfaces ([#140](https://github.com/MetaMask/eth-simple-keyring/pull/140))
@@ -29,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2933
- **BREAKING:** Remove redundant `newGethSignMessage` method ([#72](https://github.com/MetaMask/eth-simple-keyring/pull/72))
3034
- Consumers can use `signPersonalMessage` method as a replacement for `newGethSignMessage`.
3135

32-
[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.0...HEAD
36+
[Unreleased]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.1...HEAD
37+
[5.1.1]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.1.0...v5.1.1
3338
[5.1.0]: https://github.com/MetaMask/eth-simple-keyring/compare/v5.0.0...v5.1.0
3439
[5.0.0]: https://github.com/MetaMask/eth-simple-keyring/releases/tag/v5.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-simple-keyring",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A simple standard interface for a series of Ethereum private keys.",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)