Skip to content

Commit e7dbca4

Browse files
release: 125.0.0 (#3609)
This is the release candidate for version `125.0.0`. It fixes an issue in production where errors were not correctly thrown.
1 parent 1382bf5 commit e7dbca4

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": "root",
3-
"version": "124.0.0",
3+
"version": "125.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-rpc-methods/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+
## [13.5.1]
11+
12+
### Fixed
13+
14+
- Await `sendWebSocketMessage` promise ([#3608](https://github.com/MetaMask/snaps/pull/3608))
15+
- Errors were not previously being thrown when calling `snap_sendWebSocketMessage`, this also fixes that.
16+
1017
## [13.5.0]
1118

1219
### Changed
@@ -493,7 +500,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
493500
- The version of the package no longer needs to match the version of all other
494501
MetaMask Snaps packages.
495502

496-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
503+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
504+
[13.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
497505
[13.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
498506
[13.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
499507
[13.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rpc-methods/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-rpc-methods",
3-
"version": "13.5.0",
3+
"version": "13.5.1",
44
"description": "MetaMask Snaps JSON-RPC method implementations",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)