Skip to content

Commit f3f861e

Browse files
github-actions[bot]github-actions
andauthored
20.1.0 (#547)
Co-authored-by: github-actions <[email protected]>
1 parent 0976220 commit f3f861e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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+
## [20.1.0]
11+
12+
### Added
13+
14+
- feat(STX-271): add sentinel URL for Polygon ([#546](https://github.com/MetaMask/smart-transactions-controller/pull/546))
15+
1016
## [20.0.0]
1117

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

661-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v20.0.0...HEAD
667+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v20.1.0...HEAD
668+
[20.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v20.0.0...v20.1.0
662669
[20.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v19.2.1...v20.0.0
663670
[19.2.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v19.2.0...v19.2.1
664671
[19.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v19.1.0...v19.2.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": "20.0.0",
3+
"version": "20.1.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)