This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +17
-2
lines changed
2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.1.0]
11
+
12
+ ### Added
13
+
14
+ - Add ` isEvmAccountType ` helper ([ #297 ] ( https://github.com/MetaMask/keyring-api/pull/297 ) )
15
+ - Add ` bip121:p2wpkh ` account support ([ #294 ] ( https://github.com/MetaMask/keyring-api/pull/294 ) )
16
+
17
+ ### Changed
18
+
19
+ - Remove incorrect ` SignTransaction ` from ` EthErc4337Account ` ([ #300 ] ( https://github.com/MetaMask/keyring-api/pull/300 ) )
20
+ - Bump @metamask/providers from 16.0.0 to 16.1.0 ([ #298 ] ( https://github.com/MetaMask/keyring-api/pull/298 ) )
21
+ - Bump @metamask/snaps-sdk from 4.0.0 to 4.0.1 ([ #292 ] ( https://github.com/MetaMask/keyring-api/pull/292 ) )
22
+ - Split account types (EOA + Erc4337) ([ #293 ] ( https://github.com/MetaMask/keyring-api/pull/293 ) )
23
+
10
24
## [ 6.0.0]
11
25
12
26
### Changed
@@ -262,7 +276,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262
276
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
263
277
- Helper functions to create keyring handler in the snap.
264
278
265
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.0.0...HEAD
279
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.1.0...HEAD
280
+ [ 6.1.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
266
281
[ 6.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
267
282
[ 5.1.0 ] : https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
268
283
[ 5.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 6.0 .0" ,
3
+ "version" : " 6.1 .0" ,
4
4
"description" : " MetaMask Keyring API" ,
5
5
"keywords" : [
6
6
" metamask" ,
You can’t perform that action at this time.
0 commit comments