Skip to content

Commit 56f34f7

Browse files
github-actions[bot]github-actionsrarquevaux
authored
24.0.0 (#582)
* 24.0.0 * chore(release): updated CHANGELOG for 24.0.0 --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: rarquevaux <r.arquevaux@gmail.com>
1 parent 5eec8f3 commit 56f34f7

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [24.0.0]
11+
1012
### Added
1113

14+
- feat(STX-501): route sentinel migration via remote feature flags ([#580](https://github.com/MetaMask/smart-transactions-controller/pull/580))
1215
- Expose `SmartTransactionsController` methods through its messenger ([#574](https://github.com/MetaMask/smart-transactions-controller/pull/574))
1316
- The following actions are now available:
1417
- `SmartTransactionsController:checkPoll`
@@ -34,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3437

3538
### Changed
3639

40+
- feat: migrate to @metamask/messenger-cli for action types codegen ([#579](https://github.com/MetaMask/smart-transactions-controller/pull/579))
3741
- **BREAKING:** Upgrade TypeScript from `~4.8.4` to `~5.3.3` ([#574](https://github.com/MetaMask/smart-transactions-controller/pull/574))
3842
- Consumers on TypeScript 4.x may experience type errors and should upgrade to TypeScript 5.x.
3943
- **BREAKING:** Replace `getBearerToken` constructor parameter with direct `AuthenticationController:getBearerToken` call ([#578](https://github.com/MetaMask/smart-transactions-controller/pull/578))
@@ -778,7 +782,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
778782
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
779783
- Initial commit
780784

781-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v23.0.0...HEAD
785+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.0.0...HEAD
786+
[24.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v23.0.0...v24.0.0
782787
[23.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.7.0...v23.0.0
783788
[22.7.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.6.0...v22.7.0
784789
[22.6.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.5.0...v22.6.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": "23.0.0",
3+
"version": "24.0.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)