Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 415a277

Browse files
github-actions[bot]github-actionscryptodev-2s
authored
15.0.0 (#433)
This is the release candidate for version 15.0.0. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 15.0.0 with changelog updates for breaking changes and package version bump. > > - **Release 15.0.0**: > - Update `CHANGELOG.md` with a new `15.0.0` section: > - BREAKING: switch to new `Messenger` from `@metamask/messenger`. > - BREAKING: rename metadata `anonymous` to `includeInDebugSnapshot`. > - BREAKING: bump peer deps `@metamask/gas-fee-controller` and `@metamask/network-controller` to `^25.0.0`. > - Bump `@metamask/base-controller` to `^9.0.0`. > - Update compare links for `[Unreleased]` and `[15.0.0]`. > - Bump `package.json` version to `15.0.0`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 626ad61. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
1 parent 273553b commit 415a277

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [15.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#421](https://github.com/MetaMask/swaps-controller/pull/421))
@@ -387,7 +389,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
387389
- Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70))
388390
- Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69))
389391

390-
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v14.0.0...HEAD
392+
[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v15.0.0...HEAD
393+
[15.0.0]: https://github.com/MetaMask/swaps-controller/compare/v14.0.0...v15.0.0
391394
[14.0.0]: https://github.com/MetaMask/swaps-controller/compare/v13.3.0...v14.0.0
392395
[13.3.0]: https://github.com/MetaMask/swaps-controller/compare/v13.2.0...v13.3.0
393396
[13.2.0]: https://github.com/MetaMask/swaps-controller/compare/v13.1.0...v13.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/swaps-controller",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"description": "MetaMask Swaps controller module",
55
"publishConfig": {
66
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)