Skip to content

Commit a7f19a4

Browse files
github-actions[bot]github-actionsdan437
authored
1.8.0 (#53)
* 1.8.0 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel <[email protected]>
1 parent 209238b commit a7f19a4

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+
## [1.8.0]
10+
### Added
11+
- Do not update an STX which doesn't exist anymore, add UTs ([#52](https://github.com/MetaMask/smart-transactions-controller/pull/52))
12+
913
## [1.7.0]
1014
### Added
1115
- Fix UTs, change threshold ([#49](https://github.com/MetaMask/smart-transactions-controller/pull/49))
@@ -63,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6367
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
6468
- Initial commit
6569

66-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.7.0...HEAD
70+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.8.0...HEAD
71+
[1.8.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.7.0...v1.8.0
6772
[1.7.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.6.0...v1.7.0
6873
[1.6.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.5.0...v1.6.0
6974
[1.5.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.4.0...v1.5.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.7.0",
3+
"version": "1.8.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)