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 +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments