Skip to content

Commit d478d7b

Browse files
Release 26.0.0 (#2036)
See the changelogs for details. Hotfix release for a potential problem with middleware.
1 parent ae4388c commit d478d7b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "25.0.0",
3+
"version": "26.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-rpc-methods/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.0.3]
10+
### Changed
11+
- Use prototype `startsWith` for RPC method middleware ([#2035](https://github.com/MetaMask/snaps/pull/2035))
12+
913
## [4.0.2]
1014
### Changed
1115
- Bump several MetaMask dependencies ([#1989](https://github.com/MetaMask/snaps/pull/1989))
@@ -80,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8084
- The version of the package no longer needs to match the version of all other
8185
MetaMask Snaps packages.
8286

83-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
87+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
88+
[4.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8489
[4.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8590
[4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8691
[4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-rpc-methods/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-rpc-methods",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "MetaMask Snaps JSON-RPC method implementations.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)