Skip to content

Commit cbb24ac

Browse files
authored
Release 89.0.0 (#3079)
This is the release candidate for version `89.0.0`.
1 parent 21e8168 commit cbb24ac

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

packages/snaps-cli/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+
## [6.7.0]
11+
12+
### Added
13+
14+
- Add `--analyze` flag to build command to enable bundle analyzer ([#3075](https://github.com/MetaMask/snaps/pull/3075))
15+
1016
## [6.6.1]
1117

1218
### Changed
@@ -314,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
314320
- The version of the package no longer needs to match the version of all other
315321
MetaMask Snaps packages.
316322

317-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
323+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
324+
[6.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
318325
[6.6.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
319326
[6.6.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
320327
[6.5.4]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-cli/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-cli",
3-
"version": "6.6.1",
3+
"version": "6.7.0",
44
"description": "A CLI for developing MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)