Skip to content

Commit

Permalink
Release/260.0.0 (#4983)
Browse files Browse the repository at this point in the history
Release Multichain minor for mutator changes
  • Loading branch information
jiexi authored Nov 26, 2024
1 parent 4000c4d commit d1a5dd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/core-monorepo",
"version": "259.0.0",
"version": "260.0.0",
"private": true,
"description": "Monorepo for packages shared between MetaMask clients",
"repository": {
Expand Down
9 changes: 8 additions & 1 deletion packages/multichain/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0]

### Changed

- Revoke the CAIP-25 endowment if the only eip155 account or scope is removed ([#4978](https://github.com/MetaMask/core/pull/4978))

## [1.0.0]

### Added

- Initial release ([#4962](https://github.com/MetaMask/core/pull/4962))

[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain@1.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain@1.1.0...HEAD
[1.1.0]: https://github.com/MetaMask/core/compare/@metamask/multichain@1.0.0...@metamask/multichain@1.1.0
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/multichain@1.0.0
2 changes: 1 addition & 1 deletion packages/multichain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/multichain",
"version": "1.0.0",
"version": "1.1.0",
"description": "Provides types, helpers, adapters, and wrappers for facilitating CAIP Multichain sessions",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit d1a5dd7

Please sign in to comment.