Skip to content

Commit c61d0d3

Browse files
github-actions[bot]github-actionssalimtb
authored
16.2.0 (#503)
* 16.2.0 * fix: fix changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: salimtb <[email protected]>
1 parent 80c01eb commit c61d0d3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [16.2.0]
11+
12+
### Added
13+
14+
- Added multi-chain smart transaction support ([#498](https://github.com/MetaMask/smart-transactions-controller/pull/498))
15+
16+
### Fixed
17+
18+
- Improve changelog linting to prevent formatting issues ([#502](https://github.com/MetaMask/smart-transactions-controller/pull/502))
19+
1020
## [16.1.0]
1121

1222
### Added
@@ -527,7 +537,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
527537
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
528538
- Initial commit
529539

530-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...HEAD
540+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.2.0...HEAD
541+
[16.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...v16.2.0
531542
[16.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.1...v16.1.0
532543
[16.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.0...v16.0.1
533544
[16.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v15.1.0...v16.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": "16.1.0",
3+
"version": "16.2.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)