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
+ ## [ 5.1.0]
11
+
12
+ ### Changed
13
+
14
+ - Use @metamask/providers as a peer dependency ([ #282 ] ( https://github.com/MetaMask/keyring-api/pull/282 ) )
15
+ - Bump @metamask/utils from 8.3.0 to 8.4.0 ([ #280 ] ( https://github.com/MetaMask/keyring-api/pull/280 ) )
16
+ - Add stale CI workflow to close issues and PRs ([ #279 ] ( https://github.com/MetaMask/keyring-api/pull/279 ) )
17
+
10
18
## [ 5.0.0]
11
19
12
20
### Changed
@@ -244,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244
252
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
245
253
- Helper functions to create keyring handler in the snap.
246
254
247
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v5.0.0...HEAD
255
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v5.1.0...HEAD
256
+ [ 5.1.0 ] : https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
248
257
[ 5.0.0 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
249
258
[ 4.0.2 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
250
259
[ 4.0.1 ] : https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 5.0 .0" ,
3
+ "version" : " 5.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