From 9b93d8a847183060a6cf3adeea3b1f71537231f9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Apr 2025 12:35:02 +0000 Subject: [PATCH 1/2] 16.3.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed877f42..f31169c0 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] +## [16.3.1] + +### Uncategorized + +- fix: Improve error handling and monitoring ([#508](https://github.com/MetaMask/smart-transactions-controller/pull/508)) + ## [16.3.0] ### Added @@ -543,7 +549,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/v16.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.3.1...HEAD +[16.3.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.3.0...v16.3.1 [16.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.2.0...v16.3.0 [16.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...v16.2.0 [16.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.1...v16.1.0 diff --git a/package.json b/package.json index dabf9ccc..bda79b65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "16.3.0", + "version": "16.3.1", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From d8fce1335e2d4eb56edade14c3ca34054de62e7f Mon Sep 17 00:00:00 2001 From: Daniel <80175477+dan437@users.noreply.github.com> Date: Mon, 7 Apr 2025 14:35:39 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31169c0..b03d5c56 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 ## [16.3.1] -### Uncategorized +### Fixed -- fix: Improve error handling and monitoring ([#508](https://github.com/MetaMask/smart-transactions-controller/pull/508)) +- Improve error handling and monitoring ([#508](https://github.com/MetaMask/smart-transactions-controller/pull/508)) ## [16.3.0]