This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments