Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 4cc97af

Browse files
github-actions[bot]github-actionsccharly
authored
5.1.0 (#283)
* 5.1.0 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Charly Chevalier <[email protected]>
1 parent 11a2f9c commit 4cc97af

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1018
## [5.0.0]
1119

1220
### Changed
@@ -244,7 +252,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
244252
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
245253
- Helper functions to create keyring handler in the snap.
246254

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
248257
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
249258
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
250259
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)