This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.0.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump @metamask/snaps-sdk to ^3.1.1 ([ #271 ] ( https://github.com/MetaMask/keyring-api/pull/271 ) )
15
+ - Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.0 ([ #270 ] ( https://github.com/MetaMask/keyring-api/pull/270 ) )
16
+ - Fix bundler URL validation ([ #262 ] ( https://github.com/MetaMask/keyring-api/pull/262 ) )
17
+
10
18
## [ 4.0.1]
11
19
12
20
### Changed
@@ -227,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
227
235
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
228
236
- Helper functions to create keyring handler in the snap.
229
237
230
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v4.0.1...HEAD
238
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v4.0.2...HEAD
239
+ [ 4.0.2 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
231
240
[ 4.0.1 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
232
241
[ 4.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
233
242
[ 3.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"description" : " MetaMask Keyring API" ,
5
5
"keywords" : [
6
6
" metamask" ,
You can’t perform that action at this time.
0 commit comments