From 06557ef81a6833fa78a6dd073f010a8a917e406a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 15 Jun 2026 14:19:27 +0000 Subject: [PATCH 1/3] 24.2.1 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1949af6..57b8dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [24.2.1] + +### Uncategorized + +- chore: remove sinon, use jest fake timers ([#596](https://github.com/MetaMask/smart-transactions-controller/pull/596)) +- chore: bump ESLint stack + auto-changelog + messenger-cli ([#595](https://github.com/MetaMask/smart-transactions-controller/pull/595)) +- chore: bump Prettier to `^3.3.3` + interop deps ([#594](https://github.com/MetaMask/smart-transactions-controller/pull/594)) +- chore: add migration notice to README ([#589](https://github.com/MetaMask/smart-transactions-controller/pull/589)) + ### Added - Add `typedoc.json` configuration for API doc generation ([#592](https://github.com/MetaMask/smart-transactions-controller/pull/592)) @@ -824,7 +833,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1)) - Initial commit -[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.2.1...HEAD +[24.2.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.2.0...v24.2.1 [24.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.1...v24.2.0 [24.1.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.0...v24.1.1 [24.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.0.0...v24.1.0 diff --git a/package.json b/package.json index 70d7f7d..5a755f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "24.2.0", + "version": "24.2.1", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From 5d38ba76e4058ae2f52442fc99a0f5b5c07386cb Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:27:15 +0200 Subject: [PATCH 2/3] Remove Uncategorized --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b8dd1..a168616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [24.2.1] -### Uncategorized - -- chore: remove sinon, use jest fake timers ([#596](https://github.com/MetaMask/smart-transactions-controller/pull/596)) -- chore: bump ESLint stack + auto-changelog + messenger-cli ([#595](https://github.com/MetaMask/smart-transactions-controller/pull/595)) -- chore: bump Prettier to `^3.3.3` + interop deps ([#594](https://github.com/MetaMask/smart-transactions-controller/pull/594)) -- chore: add migration notice to README ([#589](https://github.com/MetaMask/smart-transactions-controller/pull/589)) - ### Added - Add `typedoc.json` configuration for API doc generation ([#592](https://github.com/MetaMask/smart-transactions-controller/pull/592)) From f16aaa110a805587d69be3195b41aab06fc7e052 Mon Sep 17 00:00:00 2001 From: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:28:57 +0200 Subject: [PATCH 3/3] Remove typedoc changelog entry --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a168616..8e8b85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [24.2.1] -### Added - -- Add `typedoc.json` configuration for API doc generation ([#592](https://github.com/MetaMask/smart-transactions-controller/pull/592)) - ### Changed - Bump `@ethereumjs/tx` from `^5.2.1` to `^5.4.0` ([#597](https://github.com/MetaMask/smart-transactions-controller/pull/597))