Skip to content

Commit 657cf53

Browse files
authored
Release 84.0.0 (#3026)
This is the release candidate for version `84.0.0`.
1 parent 3dfdd04 commit 657cf53

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": "83.0.0",
3+
"version": "84.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+
## [11.9.1]
11+
12+
### Fixed
13+
14+
- Validate state size in `snap_setState` method ([#3025](https://github.com/MetaMask/snaps/pull/3025))
15+
- Improve error messages for `snap_manageState` and `snap_setState` methods ([#3025](https://github.com/MetaMask/snaps/pull/3025))
16+
1017
## [11.9.0]
1118

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

364-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
371+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
372+
[11.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
365373
[11.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
366374
[11.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
367375
[11.7.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": "11.9.0",
3+
"version": "11.9.1",
44
"description": "MetaMask Snaps JSON-RPC method implementations",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)