File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 21.0.0]
11+
12+ ### Changed
13+
14+ - Mark multiple transactions as failed if a batch smart transaction fails ([ #551 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/551 ) )
15+ - ** BREAKING:** Remove an unnecessary confirmExternalTransaction call ([ #548 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/548 ) )
16+
1017## [ 20.1.0]
1118
1219### Added
@@ -664,7 +671,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
664671- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
665672- Initial commit
666673
667- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v20.1.0...HEAD
674+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v21.0.0...HEAD
675+ [ 21.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v20.1.0...v21.0.0
668676[ 20.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v20.0.0...v20.1.0
669677[ 20.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v19.2.1...v20.0.0
670678[ 19.2.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v19.2.0...v19.2.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/smart-transactions-controller" ,
3- "version" : " 20.1 .0" ,
3+ "version" : " 21.0 .0" ,
44 "description" : " Improves success rates for swaps by trialing transactions privately and finding minimum fees" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments