diff --git a/CHANGELOG.md b/CHANGELOG.md index fdba8391..9bc554cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.1] +### Changed +- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) +- Bump `@metamask/utils` from `^8.5.0` to `^9.0.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693)) + ## [3.2.0] ### Changed - Bump `@metamask/utils` from `^8.3.0` to `^8.5.0` ([#613](https://github.com/MetaMask/snaps-registry/pull/613)) @@ -81,7 +86,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.0...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...HEAD +[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 [3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1 diff --git a/package.json b/package.json index 2102e815..6af14342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "3.2.0", + "version": "3.2.1", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git",