This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.0.0]
11+
12+ ### Changed
13+
14+ - ** BREAKING:** Revert "feat: allow multiple address per account (#315 )" ([ #342 ] ( https://github.com/MetaMask/keyring-api/pull/342 ) ).
15+
1016## [ 7.0.0]
1117
1218### Added
1319
1420- Add ` getAccountBalances ` to ` KeyringClient ` ([ #340 ] ( https://github.com/MetaMask/keyring-api/pull/340 ) ).
15- - Allow multiple address per account ([ #315 ] ( https://github.com/MetaMask/keyring-api/pull/315 ) ).
21+ - ** BREAKING: ** Allow multiple address per account ([ #315 ] ( https://github.com/MetaMask/keyring-api/pull/315 ) ).
1622
1723### Changed
1824
@@ -355,7 +361,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355361- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
356362- Helper functions to create keyring handler in the snap.
357363
358- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v7.0.0...HEAD
364+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v8.0.0...HEAD
365+ [ 8.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
359366[ 7.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
360367[ 6.4.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
361368[ 6.3.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/keyring-api" ,
3- "version" : " 7 .0.0" ,
3+ "version" : " 8 .0.0" ,
44 "description" : " MetaMask Keyring API" ,
55 "keywords" : [
66 " metamask" ,
You can’t perform that action at this time.
0 commit comments