This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 5.0.0]
11
+
12
+ ### Changed
13
+
14
+ - ** BREAKING** : Add new ` KeyringExecutionContext ` to user operation methods ([ #275 ] ( https://github.com/MetaMask/keyring-api/pull/275 ) )
15
+ - Fix bundler type (defined as ` string ` now) ([ #277 ] ( https://github.com/MetaMask/keyring-api/pull/277 ) )
16
+ - Bump @metamask/providers from 15.0.0 to 16.0.0 ([ #276 ] ( https://github.com/MetaMask/keyring-api/pull/276 ) )
17
+ - Bump @metamask/safe-event-emitter from 3.1.0 to 3.1.1 ([ #274 ] ( https://github.com/MetaMask/keyring-api/pull/274 ) )
18
+
10
19
## [ 4.0.2]
11
20
12
21
### Changed
@@ -235,7 +244,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235
244
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
236
245
- Helper functions to create keyring handler in the snap.
237
246
238
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v4.0.2...HEAD
247
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v5.0.0...HEAD
248
+ [ 5.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
239
249
[ 4.0.2 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
240
250
[ 4.0.1 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
241
251
[ 4.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 4 .0.2 " ,
3
+ "version" : " 5 .0.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