Skip to content

Commit fc79cdd

Browse files
github-actions[bot]github-actionsFrederikBolding
authored
3.3.0 (#1389)
This is the release candidate for version 3.3.0. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 3.3.0 adding support for specifying `clientVersions` and updating changelog links. > > - **Release**: Bump package version to `3.3.0` in `package.json`. > - **Changelog**: > - Add `3.3.0` entry: support specifying `clientVersions`. > - Update `[Unreleased]` and add `[3.3.0]` comparison links. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7439f0c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Frederik Bolding <[email protected]>
1 parent 82aa5e1 commit fc79cdd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.3.0]
10+
### Added
11+
- Allow specifying `clientVersions` ([#1388](https://github.com/MetaMask/snaps-registry/pull/1388))
12+
913
## [3.2.3]
1014
### Changed
1115
- Bump `@metamask/utils` from `^10.0.0` to `^11.0.1` ([#996](https://github.com/MetaMask/snaps-registry/pull/996))
@@ -94,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9498
### Added
9599
- Initial release
96100

97-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.3...HEAD
101+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.3.0...HEAD
102+
[3.3.0]: https://github.com/MetaMask/snaps-registry/compare/v3.2.3...v3.3.0
98103
[3.2.3]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...v3.2.3
99104
[3.2.2]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...v3.2.2
100105
[3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.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.3",
3+
"version": "3.3.0",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)