Skip to content

Commit a45a447

Browse files
github-actions[bot]github-actionsdan437
authored
21.0.0 (#552)
* 21.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Daniel <80175477+dan437@users.noreply.github.com>
1 parent 3e9e44c commit a45a447

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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": "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",

0 commit comments

Comments
 (0)