File tree Expand file tree Collapse file tree
packages/keyring-eth-simple Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/accounts-monorepo" ,
3- "version" : " 74 .0.0" ,
3+ "version" : " 75 .0.0" ,
44 "private" : true ,
55 "description" : " Monorepo for MetaMask accounts related packages" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 11.0.0]
11+
1012### Changed
1113
1214- ** BREAKING:** The method signature for ` signTypedData ` has been changed ([ #224 ] ( https://github.com/MetaMask/accounts/pull/224 ) )
@@ -148,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148150- ** BREAKING:** Remove redundant ` newGethSignMessage ` method ([ #72 ] ( https://github.com/MetaMask/eth-simple-keyring/pull/72 ) )
149151 - Consumers can use ` signPersonalMessage ` method as a replacement for ` newGethSignMessage ` .
150152
151- [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@10.0.0...HEAD
153+ [ Unreleased ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@11.0.0...HEAD
154+ [ 11.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@10.0.0...@metamask/eth-simple-keyring@11.0.0
152155[ 10.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@9.0.0...@metamask/eth-simple-keyring@10.0.0
153156[ 9.0.0 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@8.1.1...@metamask/eth-simple-keyring@9.0.0
154157[ 8.1.1 ] : https://github.com/MetaMask/accounts/compare/@metamask/eth-simple-keyring@8.1.0...@metamask/eth-simple-keyring@8.1.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/eth-simple-keyring" ,
3- "version" : " 10 .0.0" ,
3+ "version" : " 11 .0.0" ,
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