From 67c4662c7b86ce1f1795b282f211fe55c025d439 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:06:37 +0100 Subject: [PATCH] 3.0.1 (#472) This is the release candidate for version 3.0.1. --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a79857e..c594a8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.1] +### Changed +- Bump `@metamask/utils` from `8.2.1` to `8.3.0` ([#374](https://github.com/MetaMask/snaps-registry/pull/374)) + +### Fixed +- Fix registry signature validation ([#471](https://github.com/MetaMask/snaps-registry/pull/471)) + ## [3.0.0] ### Changed - **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#302](https://github.com/MetaMask/snaps-registry/pull/302)) @@ -55,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0 [2.1.1]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1 [2.1.0]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0 diff --git a/package.json b/package.json index 5439f721..10ab1708 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "3.0.0", + "version": "3.0.1", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git",