Skip to content

Commit 353d009

Browse files
sirtimidclaude
andauthored
release: 153.0.0 (#3966)
Release `153.0.0` of `@metamask/snaps-execution-environments` with the new endowments sub-path export. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk release bookkeeping: only version bumps and changelog updates, with no code or runtime behavior changes in this diff. > > **Overview** > Bumps the monorepo version to `153.0.0` and releases `@metamask/snaps-execution-environments` as `11.1.0`. > > Updates the `snaps-execution-environments` changelog to document the `endowments` subpath export and dependency bumps, and refreshes the compare links for the new release tag. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit d304b24. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4df4962 commit 353d009

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

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-monorepo",
3-
"version": "152.0.0",
3+
"version": "153.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-execution-environments/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.1.0]
11+
1012
### Added
1113

1214
- Export endowment factories via `@metamask/snaps-execution-environments/endowments` ([#3957](https://github.com/MetaMask/snaps/pull/3957))
1315

16+
### Changed
17+
18+
- Bump `@metamask/utils` from `11.10.0` to `11.11.0` ([#3935](https://github.com/MetaMask/snaps/pull/3935))
19+
- Bump `@metamask/json-rpc-engine` from `10.2.3` to `10.2.4` ([#3925](https://github.com/MetaMask/snaps/pull/3925))
20+
- Bump `@lavamoat/webpack` from `2.0.0` to `2.1.1` ([#3945](https://github.com/MetaMask/snaps/pull/3945))
21+
1422
## [11.0.2]
1523

1624
### Changed
@@ -621,7 +629,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
621629
- The version of the package no longer needs to match the version of all other
622630
MetaMask Snaps packages.
623631

624-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...HEAD
632+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.1.0...HEAD
633+
[11.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...@metamask/snaps-execution-environments@11.1.0
625634
[11.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...@metamask/snaps-execution-environments@11.0.2
626635
[11.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.0...@metamask/snaps-execution-environments@11.0.1
627636
[11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.1...@metamask/snaps-execution-environments@11.0.0

packages/snaps-execution-environments/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-execution-environments",
3-
"version": "11.0.2",
3+
"version": "11.1.0",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)