Skip to content

Commit c348998

Browse files
Release 86.0.0 (#3040)
This is the release candidate for version `86.0.0`. Fixes a validation typo that was released as part of `85.0.0`.
1 parent b1f366f commit c348998

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

packages/snaps-utils/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+
## [8.9.1]
11+
12+
### Fixed
13+
14+
- Correct validation for scopes on `endowment:assets` permission ([#3039](https://github.com/MetaMask/snaps/pull/3039))
15+
1016
## [8.9.0]
1117

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

525-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
531+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]
532+
[8.9.1]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
526533
[8.9.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
527534
[8.8.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]
528535
[8.7.0]: https://github.com/MetaMask/snaps/compare/@metamask/[email protected]...@metamask/[email protected]

packages/snaps-utils/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-utils",
3-
"version": "8.9.0",
3+
"version": "8.9.1",
44
"description": "A collection of utilities for MetaMask Snaps",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)