Skip to content

Commit 0cf41b8

Browse files
github-actions[bot]github-actionsbrad-decker
authored
2.0.1 (#72)
Co-authored-by: github-actions <[email protected]> Co-authored-by: brad-decker <[email protected]>
1 parent ec12181 commit 0cf41b8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [2.0.0]
9+
## [2.0.1]
10+
### Changed
11+
- Previous version deprecated due to missing build files. No code changes made.
12+
13+
## [2.0.0] [DEPRECATED]
1014
### Added
1115
- "estimateGas" -> "getFees", support a new cancellation reason, refactoring ([#69](https://github.com/MetaMask/smart-transactions-controller/pull/69))
1216
- chore(deps): bump @metamask/controllers from 28.0.0 to 29.0.1 ([#68](https://github.com/MetaMask/smart-transactions-controller/pull/68))
@@ -88,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8892
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
8993
- Initial commit
9094

91-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...HEAD
95+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...HEAD
96+
[2.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...v2.0.1
9297
[2.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.10.0...v2.0.0
9398
[1.10.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.9.1...v1.10.0
9499
[1.9.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.9.0...v1.9.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.0.0",
3+
"version": "2.0.1",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)