Skip to content

Commit b90bd69

Browse files
github-actions[bot]github-actionsdan437
authored
2.3.0 (#86)
* 2.3.0 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel <[email protected]>
1 parent 4f488c3 commit b90bd69

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.3.0]
10+
### Added
11+
- Add the "clearFees" function ([#84](https://github.com/MetaMask/smart-transactions-controller/pull/84))
12+
913
## [2.2.0]
1014
### Changed
1115
- chore(deps): bump @metamask/controllers from 30.0.0 to 30.1.0 ([#81](https://github.com/MetaMask/smart-transactions-controller/pull/81))
@@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105109
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
106110
- Initial commit
107111

108-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...HEAD
112+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.0...HEAD
113+
[2.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...v2.3.0
109114
[2.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...v2.2.0
110115
[2.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...v2.1.0
111116
[2.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...v2.0.1

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": "2.2.0",
3+
"version": "2.3.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)