This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.1.1]
11
+
12
+ ### Changed
13
+
14
+ - Fix ` isEvmAccountType ` accountType type to ` string ` or ` InternalAccountType ` ([ #304 ] ( https://github.com/MetaMask/keyring-api/pull/304 ) )
15
+ - Bump @metamask/snaps-sdk from ^4.0.0 to ^4.2.0 ([ #305 ] ( https://github.com/MetaMask/keyring-api/pull/305 ) )
16
+
10
17
## [ 6.1.0]
11
18
12
19
### Added
@@ -276,7 +283,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276
283
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
277
284
- Helper functions to create keyring handler in the snap.
278
285
279
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.1.0...HEAD
286
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.1.1...HEAD
287
+ [ 6.1.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
280
288
[ 6.1.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
281
289
[ 6.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
282
290
[ 5.1.0 ] : https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 6.1.0 " ,
3
+ "version" : " 6.1.1 " ,
4
4
"description" : " MetaMask Keyring API" ,
5
5
"keywords" : [
6
6
" metamask" ,
You can’t perform that action at this time.
0 commit comments