This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.4.0]
11
+
12
+ ### Changed
13
+
14
+ - Add support for ` @metamask/providers ` v17 ([ #329 ] ( https://github.com/MetaMask/keyring-api/pull/329 ) ).
15
+
10
16
## [ 6.3.1]
11
17
12
18
### Fixed
@@ -325,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325
331
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
326
332
- Helper functions to create keyring handler in the snap.
327
333
328
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.3.1...HEAD
334
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.4.0...HEAD
335
+ [ 6.4.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
329
336
[ 6.3.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
330
337
[ 6.3.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
331
338
[ 6.2.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 6.3.1 " ,
3
+ "version" : " 6.4.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