From e174146c1b6480122af9a14b90250b3a40a83781 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 00:44:03 +0800 Subject: [PATCH] 4.0.2 (#273) * 4.0.2 * chore: update change log * fix: typo * fix: remove backticks * fix: remove version --------- Co-authored-by: github-actions Co-authored-by: Monte Lai --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd86dd8cc..ec95c8701 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] +## [4.0.2] + +### Changed + +- Bump @metamask/snaps-sdk to ^3.1.1 ([#271](https://github.com/MetaMask/keyring-api/pull/271)) +- Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.0 ([#270](https://github.com/MetaMask/keyring-api/pull/270)) +- Fix bundler URL validation ([#262](https://github.com/MetaMask/keyring-api/pull/262)) + ## [4.0.1] ### Changed @@ -227,7 +235,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/v4.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...HEAD +[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 [4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0 [3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0 diff --git a/package.json b/package.json index 6abe4dd2e..75d620f8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "4.0.1", + "version": "4.0.2", "description": "MetaMask Keyring API", "keywords": [ "metamask",