Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 8b51af7

Browse files
github-actions[bot]github-actionsdanroc
authored
0.2.3 (#107)
* 0.2.3 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 5ec9dba commit 8b51af7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
922
## [0.2.2]
1023
### Added
1124
- 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
6275
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
6376
- Helper functions to create keyring handler in the snap.
6477

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
6680
[0.2.2]: https://github.com/MetaMask/keyring-api/compare/v0.2.1...v0.2.2
6781
[0.2.1]: https://github.com/MetaMask/keyring-api/compare/v0.2.0...v0.2.1
6882
[0.2.0]: https://github.com/MetaMask/keyring-api/compare/v0.1.3...v0.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)