From 882c3af8d955ca432a0ca75ac1f0f52136d03ba7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 27 Oct 2025 20:43:17 +0000 Subject: [PATCH 1/2] 15.0.0 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c9dc53..3dfaef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [15.0.0] + +### Uncategorized + +- publish-preview: Always check out, all the time ([#429](https://github.com/MetaMask/swaps-controller/pull/429)) +- publish-preview: Allow checkout, only checkout when needed ([#428](https://github.com/MetaMask/swaps-controller/pull/428)) +- Update publish-preview to allow read access to PRs ([#427](https://github.com/MetaMask/swaps-controller/pull/427)) +- Properly set GitHub token for `gh` ([#426](https://github.com/MetaMask/swaps-controller/pull/426)) +- Add preview builds ([#423](https://github.com/MetaMask/swaps-controller/pull/423)) + ### Changed - **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#421](https://github.com/MetaMask/swaps-controller/pull/421)) @@ -387,7 +397,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70)) - Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69)) -[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v14.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v15.0.0...HEAD +[15.0.0]: https://github.com/MetaMask/swaps-controller/compare/v14.0.0...v15.0.0 [14.0.0]: https://github.com/MetaMask/swaps-controller/compare/v13.3.0...v14.0.0 [13.3.0]: https://github.com/MetaMask/swaps-controller/compare/v13.2.0...v13.3.0 [13.2.0]: https://github.com/MetaMask/swaps-controller/compare/v13.1.0...v13.2.0 diff --git a/package.json b/package.json index 0a11cbd..0f81be5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/swaps-controller", - "version": "14.0.0", + "version": "15.0.0", "description": "MetaMask Swaps controller module", "publishConfig": { "registry": "https://registry.npmjs.org/", From 626ad61ab0da2a9c505e8ad6fcde1cd82c26b375 Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:44:00 +0100 Subject: [PATCH 2/2] Apply suggestion from @cryptodev-2s --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dfaef5..25b2a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [15.0.0] -### Uncategorized - -- publish-preview: Always check out, all the time ([#429](https://github.com/MetaMask/swaps-controller/pull/429)) -- publish-preview: Allow checkout, only checkout when needed ([#428](https://github.com/MetaMask/swaps-controller/pull/428)) -- Update publish-preview to allow read access to PRs ([#427](https://github.com/MetaMask/swaps-controller/pull/427)) -- Properly set GitHub token for `gh` ([#426](https://github.com/MetaMask/swaps-controller/pull/426)) -- Add preview builds ([#423](https://github.com/MetaMask/swaps-controller/pull/423)) - ### Changed - **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#421](https://github.com/MetaMask/swaps-controller/pull/421))