Skip to content

Commit 69a7455

Browse files
github-actions[bot]github-actionsdan437mcmire
authored
10.0.0 (#332)
* 10.0.0 * Update CHANGELOG.md Co-authored-by: Elliot Winkler <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel <[email protected]> Co-authored-by: Elliot Winkler <[email protected]>
1 parent 6aa0f86 commit 69a7455

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [10.0.0]
10+
### Fixed
11+
- **BREAKING**: Flip the behavior of the `wipeSmartTransactions` method's `ignoreNetwork` option ([#323](https://github.com/MetaMask/smart-transactions-controller/pull/323))
12+
- Passing `false` will now wipe transactions for the globally selected chain, and passing `true` will now wipe transactions from each chain stored in state, instead of the other way around
13+
914
## [9.0.0]
1015
### Added
1116
- Add Sepolia support ([#316](https://github.com/MetaMask/smart-transactions-controller/pull/316))
@@ -269,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
269274
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
270275
- Initial commit
271276

272-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v9.0.0...HEAD
277+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v10.0.0...HEAD
278+
[10.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v9.0.0...v10.0.0
273279
[9.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v8.1.0...v9.0.0
274280
[8.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v8.0.0...v8.1.0
275281
[8.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v7.0.0...v8.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": "9.0.0",
3+
"version": "10.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)