Skip to content

Commit 0d24892

Browse files
authored
Release 23.0.0 (#2004)
This is the release candidate for version 23.
1 parent 999de65 commit 0d24892

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

packages/snaps-cli/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+
## [3.0.5]
10+
### Fixed
11+
- Include Snap icon in allowed server paths ([#2003](https://github.com/MetaMask/snaps/pull/2003))
12+
913
## [3.0.4]
1014
### Fixed
1115
- Only serve Snap files from CLI ([#1979](https://github.com/MetaMask/snaps/pull/1979))
@@ -82,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8286
- The version of the package no longer needs to match the version of all other
8387
MetaMask Snaps packages.
8488

85-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
89+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
90+
[3.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8691
[3.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8792
[3.0.3]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
8893
[3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-cli",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A CLI for developing MetaMask Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)