This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.3.0]
11
+
12
+ ### Added
13
+
14
+ - Add ` getAccountBalances ` method to ` Keyring ` interface ([ #320 ] ( https://github.com/MetaMask/keyring-api/pull/320 ) ).
15
+ - Add CAIP-19 types to ` utils ` ([ #321 ] ( https://github.com/MetaMask/keyring-api/pull/321 ) ).
16
+
17
+ ### Changed
18
+
19
+ - Bump @metamask/snaps-sdk from 4.2.0 to 4.3.0 ([ #323 ] ( https://github.com/MetaMask/keyring-api/pull/323 ) ).
20
+ - Split ` api.ts ` into different files ([ #319 ] ( https://github.com/MetaMask/keyring-api/pull/319 ) ).
21
+ - Make the ` KeyringAccount ` type less rigid ([ #311 ] ( https://github.com/MetaMask/keyring-api/pull/311 ) ).
22
+
23
+ ### Fixed
24
+
25
+ - Ensure that errors are JSON-serializable ([ #162 ] ( https://github.com/MetaMask/keyring-api/pull/162 ) ).
26
+ - Don't use internal types in the public API ([ #312 ] ( https://github.com/MetaMask/keyring-api/pull/312 ) ).
27
+ - Keep all ETH methods in the same ` enum ` ([ #313 ] ( https://github.com/MetaMask/keyring-api/pull/313 ) ).
28
+
10
29
## [ 6.2.1]
11
30
12
31
### Changed
@@ -300,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300
319
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
301
320
- Helper functions to create keyring handler in the snap.
302
321
303
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.2.1...HEAD
322
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.3.0...HEAD
323
+ [ 6.3.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
304
324
[ 6.2.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
305
325
[ 6.2.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
306
326
[ 6.1.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 6.2.1 " ,
3
+ "version" : " 6.3.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