Skip to content

Commit 3754d30

Browse files
release: 127.0.0 (#3665)
Minor release for a performance improvement. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Bumps root to 127.0.0 and publishes `@metamask/snaps-controllers` 15.0.1 with a small fix to avoid creating errors before throwing. > > - **Release**: > - Bump root version in `package.json` to `127.0.0`. > - **@metamask/snaps-controllers**: > - Version bump: `15.0.0` → `15.0.1` in `packages/snaps-controllers/package.json`. > - Changelog: Add fix entry “Stop creating errors before needing to throw” and update comparison links in `packages/snaps-controllers/CHANGELOG.md`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit ea5591c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 03d964d commit 3754d30

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "126.0.0",
3+
"version": "127.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-controllers/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [15.0.1]
11+
12+
### Fixed
13+
14+
- Stop creating errors before needing to throw ([#3664](https://github.com/MetaMask/snaps/pull/3664))
15+
1016
## [15.0.0]
1117

1218
### Added
@@ -911,7 +917,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
911917
- The version of the package no longer needs to match the version of all other
912918
MetaMask Snaps packages.
913919

914-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
920+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
921+
[15.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
915922
[15.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
916923
[14.2.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
917924
[14.2.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-controllers/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-controllers",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "Controllers for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)