Skip to content

Commit 08ed4b4

Browse files
github-actions[bot]github-actionsadonesky1FrederikBolding
authored
3.1.0 (#114)
* 3.1.0 * update changelog * lint * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]> Co-authored-by: Alex Donesky <[email protected]> Co-authored-by: Frederik Bolding <[email protected]>
1 parent 4fc195b commit 08ed4b4

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+
## [3.1.0]
10+
### Changed
11+
- Replace use of full `@metamask/controllers` repo with packages from `@metamask/core-monorepo` ([#110](https://github.com/MetaMask/smart-transactions-controller/pull/110), [#112](https://github.com/MetaMask/smart-transactions-controller/pull/112), [#113](https://github.com/MetaMask/smart-transactions-controller/pull/113))
12+
913
## [3.0.0]
1014
### Changed
1115
- **BREAKING:** Bump required Node version to v14 ([#90](https://github.com/MetaMask/smart-transactions-controller/pull/90))
@@ -129,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
129133
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
130134
- Initial commit
131135

132-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v3.0.0...HEAD
136+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v3.1.0...HEAD
137+
[3.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v3.0.0...v3.1.0
133138
[3.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.2...v3.0.0
134139
[2.3.2]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.1...v2.3.2
135140
[2.3.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.0...v2.3.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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)