From f4027b083951aa58043f66ee58f257e7acf78e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:57:05 +0200 Subject: [PATCH] 6.1.1 (#306) * 6.1.1 * chore: update changelog * fix: changelog * Update CHANGELOG.md Co-authored-by: Charly Chevalier --------- Co-authored-by: github-actions Co-authored-by: Monte Lai Co-authored-by: Charly Chevalier --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e951b4dc0..49bcefd42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.1.1] + +### Changed + +- Fix `isEvmAccountType` accountType type to `string` or `InternalAccountType` ([#304](https://github.com/MetaMask/keyring-api/pull/304)) +- Bump @metamask/snaps-sdk from ^4.0.0 to ^4.2.0 ([#305](https://github.com/MetaMask/keyring-api/pull/305)) + ## [6.1.0] ### Added @@ -276,7 +283,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.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...HEAD +[6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0 [5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0 diff --git a/package.json b/package.json index 7dce2f213..9fbeeeda4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "6.1.0", + "version": "6.1.1", "description": "MetaMask Keyring API", "keywords": [ "metamask",