Skip to content

Commit c0a945d

Browse files
github-actions[bot]github-actionsmeppsilon
authored
1.2.0 (#26)
* 1.2.0 * clean up changelog for 1.2.0 Co-authored-by: github-actions <[email protected]> Co-authored-by: Matthew Epps <[email protected]>
1 parent 3b25a9d commit c0a945d

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+
## [1.2.0]
10+
### Added
11+
- Add more unit tests for SmartTransactionsController ([#23](https://github.com/MetaMask/smart-transactions-controller/pull/23))
12+
- chore(deps): bump @metamask/controllers from 16.0.0 to 19.0.0 ([#18](https://github.com/MetaMask/smart-transactions-controller/pull/18))
13+
- Add canclled status to stx after successful cancel request ([#21](https://github.com/MetaMask/smart-transactions-controller/pull/21))
14+
- 1.1.0 ([#22](https://github.com/MetaMask/smart-transactions-controller/pull/22))
15+
916
## [1.1.0]
1017
### Added
1118
- Tracking of STX status changes ([#20](https://github.com/MetaMask/smart-transactions-controller/pull/20))
@@ -25,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2532
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
2633
- Initial commit
2734

28-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...HEAD
35+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...HEAD
36+
[1.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
2937
[1.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.0.0...v1.1.0
3038
[1.0.0]: https://github.com/MetaMask/smart-transactions-controller/releases/tag/v1.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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)