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

Commit

Permalink
5.1.0 (#283)
Browse files Browse the repository at this point in the history
* 5.1.0

* chore: update changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Charly Chevalier <[email protected]>
  • Loading branch information
3 people authored Mar 18, 2024
1 parent 11a2f9c commit 4cc97af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.0]

### Changed

- Use @metamask/providers as a peer dependency ([#282](https://github.com/MetaMask/keyring-api/pull/282))
- Bump @metamask/utils from 8.3.0 to 8.4.0 ([#280](https://github.com/MetaMask/keyring-api/pull/280))
- Add stale CI workflow to close issues and PRs ([#279](https://github.com/MetaMask/keyring-api/pull/279))

## [5.0.0]

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

[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...HEAD
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-api",
"version": "5.0.0",
"version": "5.1.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit 4cc97af

Please sign in to comment.