From 9f5f975032141c29525f697c7bb2b2b07d369aa5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Feb 2026 15:05:00 +0000 Subject: [PATCH 1/2] 22.5.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b133a0..f578124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [22.5.0] + +### Uncategorized + +- feat: Log the original transaction status ([#566](https://github.com/MetaMask/smart-transactions-controller/pull/566)) + ## [22.4.0] ### Added @@ -716,7 +722,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/v22.4.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.5.0...HEAD +[22.5.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.4.0...v22.5.0 [22.4.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...v22.4.0 [22.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...v22.3.0 [22.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.1.0...v22.2.0 diff --git a/package.json b/package.json index f7b7490..f6dbcab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "22.4.0", + "version": "22.5.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From 123cee2fa30e6c9d940ee647d294c288a3bcd882 Mon Sep 17 00:00:00 2001 From: Daniel <80175477+dan437@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:04:59 +0100 Subject: [PATCH 2/2] Update changelog section headers and formatting --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f578124..823bfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [22.5.0] -### Uncategorized +### Changed -- feat: Log the original transaction status ([#566](https://github.com/MetaMask/smart-transactions-controller/pull/566)) +- Log the original transaction status ([#566](https://github.com/MetaMask/smart-transactions-controller/pull/566)) ## [22.4.0]