Skip to content

Commit da19e57

Browse files
github-actions[bot]github-actionsrarquevaux
authored
21.1.0 (#555)
* 21.1.0 * chore(release 21.1.0): update CHANGELOG --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: rarquevaux <r.arquevaux@gmail.com>
1 parent 1817ca6 commit da19e57

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

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

12-
- Add `chainId` parameter to `fetchLiveness` method, allowing direct chain ID specification without requiring a network client ID
14+
- Add `chainId` parameter to `fetchLiveness` method, allowing direct chain ID specification without requiring a network client ID ([#554](https://github.com/MetaMask/smart-transactions-controller/pull/554))
1315

1416
### Deprecated
1517

16-
- Deprecate `networkClientId` parameter in `fetchLiveness` in favor of `chainId`
18+
- Deprecate `networkClientId` parameter in `fetchLiveness` in favor of `chainId` ([#554](https://github.com/MetaMask/smart-transactions-controller/pull/554))
1719

1820
## [21.0.0]
1921

@@ -679,7 +681,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
679681
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
680682
- Initial commit
681683

682-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v21.0.0...HEAD
684+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v21.1.0...HEAD
685+
[21.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v21.0.0...v21.1.0
683686
[21.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v20.1.0...v21.0.0
684687
[20.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v20.0.0...v20.1.0
685688
[20.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v19.2.1...v20.0.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": "21.0.0",
3+
"version": "21.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)