This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.3]
10
+ ### Added
11
+ - Add redirection message to snap async response ([ #102 ] ( https://github.com/MetaMask/keyring-api/pull/102 ) )
12
+
13
+ ### Changed
14
+ - Use ` Omit ` instead of ` OmitUnion ` ([ #106 ] ( https://github.com/MetaMask/keyring-api/pull/106 ) )
15
+ - Update ` KeyringResponse ` comment ([ #103 ] ( https://github.com/MetaMask/keyring-api/pull/103 ) )
16
+ - Use ` KeyringRpcMethod ` enum instead of string ([ #105 ] ( https://github.com/MetaMask/keyring-api/pull/105 ) )
17
+ - Refactor tests to match superstruct examples ([ #104 ] ( https://github.com/MetaMask/keyring-api/pull/104 ) )
18
+ - Add ` exactOptional() ` superstruct type ([ #100 ] ( https://github.com/MetaMask/keyring-api/pull/100 ) )
19
+ - Bump @metamask/providers from 11.1.2 to 12.0.0 ([ #99 ] ( https://github.com/MetaMask/keyring-api/pull/99 ) )
20
+ - Bump @metamask/providers from 11.1.1 to 11.1.2 ([ #98 ] ( https://github.com/MetaMask/keyring-api/pull/98 ) )
21
+
9
22
## [ 0.2.2]
10
23
### Added
11
24
- Add architecture and EVM methods docs ([ #86 ] ( https://github.com/MetaMask/keyring-api/pull/86 ) )
@@ -62,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
75
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
63
76
- Helper functions to create keyring handler in the snap.
64
77
65
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v0.2.2...HEAD
78
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v0.2.3...HEAD
79
+ [ 0.2.3 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.2...v0.2.3
66
80
[ 0.2.2 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.1...v0.2.2
67
81
[ 0.2.1 ] : https://github.com/MetaMask/keyring-api/compare/v0.2.0...v0.2.1
68
82
[ 0.2.0 ] : https://github.com/MetaMask/keyring-api/compare/v0.1.3...v0.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " MetaMask Keyring API" ,
5
5
"keywords" : [
6
6
" metamask" ,
You can’t perform that action at this time.
0 commit comments