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 +22
-2
lines changed
Expand file tree Collapse file tree 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
77
88## [ Unreleased]
99
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+
1029## [ 6.2.1]
1130
1231### Changed
@@ -300,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300319- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
301320- Helper functions to create keyring handler in the snap.
302321
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
304324[ 6.2.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
305325[ 6.2.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
306326[ 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 11{
22 "name" : " @metamask/keyring-api" ,
3- "version" : " 6.2.1 " ,
3+ "version" : " 6.3.0 " ,
44 "description" : " MetaMask Keyring API" ,
55 "keywords" : [
66 " metamask" ,
You can’t perform that action at this time.
0 commit comments