Skip to content

Commit c557f07

Browse files
authored
Release 92.0.0 (#3190)
This is the release candidate for version `92.0.0`.
1 parent 73956c4 commit c557f07

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

packages/test-snaps/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+
## [2.20.1]
11+
12+
### Fixed
13+
14+
- Use Webpack plugin example Snap for testing updates ([#3186](https://github.com/MetaMask/snaps/pull/3186))
15+
1016
## [2.20.0]
1117

1218
### Added
@@ -289,7 +295,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
289295

290296
- Fix NPM package name of the network access snap ([#1621](https://github.com/MetaMask/snaps/pull/1621))
291297

292-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
298+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
299+
[2.20.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
293300
[2.20.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
294301
[2.19.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
295302
[2.18.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/test-snaps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/test-snaps",
3-
"version": "2.20.0",
3+
"version": "2.20.1",
44
"private": true,
55
"description": "The test snaps website for MetaMask Snaps, used for end-to-end testing",
66
"keywords": [

0 commit comments

Comments
 (0)