From 989b52c8eacbcbe7777afdcebc9fd5317eb8e9db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:02:07 +0900 Subject: [PATCH] 6.4.0 (#330) * 6.4.0 * update changelog * chore: make changelog unreadable to please prettier worse is better? --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 982768e8e..fd24493db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.4.0] + +### Changed + +- Add support for `@metamask/providers` v17 ([#329](https://github.com/MetaMask/keyring-api/pull/329)). + ## [6.3.1] ### Fixed @@ -325,7 +331,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/v6.3.1...HEAD +[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...HEAD +[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0 [6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1 [6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0 [6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1 diff --git a/package.json b/package.json index 3d8aff9d8..ba78dfbc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "6.3.1", + "version": "6.4.0", "description": "MetaMask Keyring API", "keywords": [ "metamask",