From 4cc97afb395bbf2df1531d5c4b0efac53f950af7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:24:51 +0100 Subject: [PATCH] 5.1.0 (#283) * 5.1.0 * chore: update changelog --------- Co-authored-by: github-actions Co-authored-by: Charly Chevalier --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc58c68d5..3950bbf24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index b599081ae..7d276faa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "5.0.0", + "version": "5.1.0", "description": "MetaMask Keyring API", "keywords": [ "metamask",