Skip to content

Commit 741d6ea

Browse files
github-actions[bot]github-actionsdan437mcmire
authored
6.1.0 (#223)
* 6.1.0 * Update CHANGELOG.md * 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 b21c8bf commit 741d6ea

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [6.1.0]
10+
### Added
11+
- Add a new "userOptInV2" prop ([#222](https://github.com/MetaMask/smart-transactions-controller/pull/222))
12+
13+
### Changed
14+
- Bump @metamask/network-controller from 15.0.0 to 15.1.0 ([#219](https://github.com/MetaMask/smart-transactions-controller/pull/219))
15+
916
## [6.0.0]
1017
### Added
1118
- **BREAKING:** `getNetworkClientById` is now required argument in constructor options object ([#210](https://github.com/MetaMask/smart-transactions-controller/pull/210))
@@ -164,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
164171
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
165172
- Initial commit
166173

167-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v6.0.0...HEAD
174+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v6.1.0...HEAD
175+
[6.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v6.0.0...v6.1.0
168176
[6.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v5.0.0...v6.0.0
169177
[5.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v4.0.0...v5.0.0
170178
[4.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v3.1.0...v4.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": "6.0.0",
3+
"version": "6.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)