You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [24.0.0]
11
+
10
12
### Added
11
13
14
+
- feat(STX-501): route sentinel migration via remote feature flags ([#580](https://github.com/MetaMask/smart-transactions-controller/pull/580))
12
15
- Expose `SmartTransactionsController` methods through its messenger ([#574](https://github.com/MetaMask/smart-transactions-controller/pull/574))
13
16
- The following actions are now available:
14
17
-`SmartTransactionsController:checkPoll`
@@ -34,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
37
35
38
### Changed
36
39
40
+
- feat: migrate to @metamask/messenger-cli for action types codegen ([#579](https://github.com/MetaMask/smart-transactions-controller/pull/579))
37
41
-**BREAKING:** Upgrade TypeScript from `~4.8.4` to `~5.3.3` ([#574](https://github.com/MetaMask/smart-transactions-controller/pull/574))
38
42
- Consumers on TypeScript 4.x may experience type errors and should upgrade to TypeScript 5.x.
39
43
-**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
0 commit comments