Skip to content

Commit 0278899

Browse files
release: 141.0.0 (#3820)
This is the release candidate for version `141.0.0`. Includes some execution environment fixes. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Prepares release `141.0.0` with execution environment fixes. > > - Bumps monorepo to `141.0.0` and `@metamask/snaps-execution-environments` to `10.4.1` > - Fixes in execution environments: inspect `wallet_invokeMethod` requests before sending; block `metamask_sendDomainMetadata` > - Updates changelog entries and comparison links > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit ae98fcc. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 6c5256c commit 0278899

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-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": "@metamask/snaps-monorepo",
3-
"version": "140.0.0",
3+
"version": "141.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-execution-environments/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [10.4.1]
11+
12+
### Fixed
13+
14+
- Inspect `wallet_invokeMethod` requests before sending ([#3819](https://github.com/MetaMask/snaps/pull/3819))
15+
- Block `metamask_sendDomainMetadata` ([#3818](https://github.com/MetaMask/snaps/pull/3818))
16+
1017
## [10.4.0]
1118

1219
### Added
@@ -591,7 +598,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
591598
- The version of the package no longer needs to match the version of all other
592599
MetaMask Snaps packages.
593600

594-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.0...HEAD
601+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.1...HEAD
602+
[10.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.0...@metamask/snaps-execution-environments@10.4.1
595603
[10.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.3.0...@metamask/snaps-execution-environments@10.4.0
596604
[10.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.2.3...@metamask/snaps-execution-environments@10.3.0
597605
[10.2.3]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.2.2...@metamask/snaps-execution-environments@10.2.3

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": "10.4.0",
3+
"version": "10.4.1",
44
"description": "Snap sandbox environments for executing SES javascript",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)