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

Commit ff301c7

Browse files
github-actions[bot]github-actionsklejeune
authored
24.2.0 (#588)
* 24.2.0 * docs: update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Kevin Le Jeune <kevin.le-jeune@consensys.net>
1 parent 29136f6 commit ff301c7

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [24.2.0]
11+
12+
### Changed
13+
14+
- Add clientVersion to SentinelMeta type ([#587](https://github.com/MetaMask/smart-transactions-controller/pull/587))
15+
1016
## [24.1.1]
1117

1218
### Changed
@@ -802,7 +808,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
802808
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
803809
- Initial commit
804810

805-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.1...HEAD
811+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.2.0...HEAD
812+
[24.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.1...v24.2.0
806813
[24.1.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.0...v24.1.1
807814
[24.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.0.0...v24.1.0
808815
[24.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v23.0.0...v24.0.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/smart-transactions-controller",
3-
"version": "24.1.1",
3+
"version": "24.2.0",
44
"description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)