From 6e759f5bfada89897d370bb2c1a289a2944582e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:48:24 +0100 Subject: [PATCH] 3.2.2 (#924) This is the release candidate for version 3.2.2. --------- Co-authored-by: github-actions Co-authored-by: Frederik Bolding --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc554cc..7040a53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.2] +### Changed +- Bump `@metamask/utils` from `^9.0.0` to `^10.0.0` ([#923](https://github.com/MetaMask/snaps-registry/pull/923)) + ## [3.2.1] ### Changed - Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) @@ -86,7 +90,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.2.1...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...HEAD +[3.2.2]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...v3.2.2 [3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.1 [3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0 diff --git a/package.json b/package.json index 267975b5..74ad8a46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "3.2.1", + "version": "3.2.2", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git",