diff --git a/CHANGELOG.md b/CHANGELOG.md index 7040a53f..ab7d1099 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.3] +### Changed +- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#996](https://github.com/MetaMask/snaps-registry/pull/996)) + ## [3.2.2] ### Changed - Bump `@metamask/utils` from `^9.0.0` to `^10.0.0` ([#923](https://github.com/MetaMask/snaps-registry/pull/923)) @@ -90,7 +94,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.2...HEAD +[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.3...HEAD +[3.2.3]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...v3.2.3 [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 diff --git a/package.json b/package.json index 98368b92..850deda9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snaps-registry", - "version": "3.2.2", + "version": "3.2.3", "description": "A registry containing metadata about verified and blocked Snaps.", "repository": { "type": "git",