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

Commit 9940f13

Browse files
github-actions[bot]github-actionsmontelaidevdanroc
authored
0.2.2 (#97)
* 0.2.2 * chore: update changelog * fix: changelog lint * chore: remove lines in changelog * chore: update CHANGELOG --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Monte Lai <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 500c895 commit 9940f13

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.2.2]
10+
### Added
11+
- Add architecture and EVM methods docs ([#86](https://github.com/MetaMask/keyring-api/pull/86))
12+
- Add `lastSelected` and `lastActive` to metadata ([#92](https://github.com/MetaMask/keyring-api/pull/92))
13+
14+
### Changed
15+
- Make request `params` optional ([#96](https://github.com/MetaMask/keyring-api/pull/96))
16+
- Remove `lastActive` field from internal account model ([#95](https://github.com/MetaMask/keyring-api/pull/95))
17+
- Move request ID to outer request ([#94](https://github.com/MetaMask/keyring-api/pull/94))
18+
919
## [0.2.1]
1020
### Changed
1121
- Set `snap` object keys to be mandatory and move `name` to `metadata` ([#87](https://github.com/MetaMask/keyring-api/pull/87))
@@ -52,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5262
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
5363
- Helper functions to create keyring handler in the snap.
5464

55-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.1...HEAD
65+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v0.2.2...HEAD
66+
[0.2.2]: https://github.com/MetaMask/keyring-api/compare/v0.2.1...v0.2.2
5667
[0.2.1]: https://github.com/MetaMask/keyring-api/compare/v0.2.0...v0.2.1
5768
[0.2.0]: https://github.com/MetaMask/keyring-api/compare/v0.1.3...v0.2.0
5869
[0.1.3]: https://github.com/MetaMask/keyring-api/compare/v0.1.2...v0.1.3

package.json

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

0 commit comments

Comments
 (0)