Skip to content

Commit cd72598

Browse files
github-actions[bot]github-actionsMajorLift
authored
3.2.1 (#694)
This is the release candidate for version 3.2.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
1 parent e12b010 commit cd72598

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.2.1]
10+
### Changed
11+
- Bump `@metamask/superstruct` from `^3.0.0` to `^3.1.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693))
12+
- Bump `@metamask/utils` from `^8.5.0` to `^9.0.0` ([#693](https://github.com/MetaMask/snaps-registry/pull/693))
13+
914
## [3.2.0]
1015
### Changed
1116
- 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
8186
### Added
8287
- Initial release
8388

84-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...HEAD
89+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...HEAD
90+
[3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.1
8591
[3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0
8692
[3.1.0]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0
8793
[3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-registry",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)