This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +10
-3
lines changed
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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 7.0.0]
11
17
12
18
### Added
13
19
14
20
- 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 ) ).
16
22
17
23
### Changed
18
24
@@ -355,7 +361,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355
361
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
356
362
- Helper functions to create keyring handler in the snap.
357
363
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
359
366
[ 7.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
360
367
[ 6.4.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
361
368
[ 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 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 7 .0.0" ,
3
+ "version" : " 8 .0.0" ,
4
4
"description" : " MetaMask Keyring API" ,
5
5
"keywords" : [
6
6
" metamask" ,
You can’t perform that action at this time.
0 commit comments