Skip to content

Commit 9047dbf

Browse files
authored
Release 93.0.0 (#3195)
This is the release candidate for version `93.0.0`.
1 parent be8d9d9 commit 9047dbf

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-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": "92.0.0",
3+
"version": "93.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/snaps-rpc-methods/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [11.13.1]
11+
12+
### Fixed
13+
14+
- Unlock client before calling `getEntropySources` in `snap_listEntropySources` method ([#3194](https://github.com/MetaMask/snaps/pull/3194))
15+
1016
## [11.13.0]
1117

1218
### Added
@@ -400,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
400406
- The version of the package no longer needs to match the version of all other
401407
MetaMask Snaps packages.
402408

403-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
409+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
410+
[11.13.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
404411
[11.13.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
405412
[11.12.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
406413
[11.11.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.13.0",
3+
"version": "11.13.1",
44
"description": "MetaMask Snaps JSON-RPC method implementations",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)