Skip to content

Commit 48d3d9b

Browse files
Revert "4.0.0" (#1403)
Reverts #1402 Release failed due to out of date yarn.lock, which apparently isn't checked in CI <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Reverts the 4.0.0 release by downgrading to 3.3.0 and removing 4.0.0 changelog entries. > > - **Release rollback**: > - Set `package.json` version back to `3.3.0`. > - Remove `4.0.0` section from `CHANGELOG.md` and update `[Unreleased]` compare link to start from `v3.3.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 60d8f85. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 9b308fa commit 48d3d9b

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [4.0.0]
10-
### Changed
11-
- **BREAKING:** Use async crypto digest API for hashing ([#1400](https://github.com/MetaMask/snaps-registry/pull/1400))
12-
- The exported `verify` function is now async.
13-
- **BREAKING:** Drop support for Node 18 ([#1401](https://github.com/MetaMask/snaps-registry/pull/1401))
14-
159
## [3.3.0]
1610
### Added
1711
- Allow specifying `clientVersions` ([#1388](https://github.com/MetaMask/snaps-registry/pull/1388))
@@ -104,8 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10498
### Added
10599
- Initial release
106100

107-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v4.0.0...HEAD
108-
[4.0.0]: https://github.com/MetaMask/snaps-registry/compare/v3.3.0...v4.0.0
101+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.3.0...HEAD
109102
[3.3.0]: https://github.com/MetaMask/snaps-registry/compare/v3.2.3...v3.3.0
110103
[3.2.3]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...v3.2.3
111104
[3.2.2]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...v3.2.2

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": "4.0.0",
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)