Skip to content

Commit 3dc760b

Browse files
github-actions[bot]github-actionsdan437
authored
2.2.0 (#83)
* 2.2.0 * Update CHANGELOG.md Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel <[email protected]>
1 parent cdea4b3 commit 3dc760b

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+
## [2.2.0]
10+
### Changed
11+
- chore(deps): bump @metamask/controllers from 30.0.0 to 30.1.0 ([#81](https://github.com/MetaMask/smart-transactions-controller/pull/81))
12+
- chore(deps-dev): bump @metamask/eslint-config-nodejs from 8.0.0 to 9.0.0 ([#80](https://github.com/MetaMask/smart-transactions-controller/pull/80))
13+
- chore(deps-dev): bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ([#79](https://github.com/MetaMask/smart-transactions-controller/pull/79))
14+
- Return all error props in an error response ([#82](https://github.com/MetaMask/smart-transactions-controller/pull/82))
15+
916
## [2.1.0]
1017
### Added
1118
- chore(deps): bump @metamask/controllers from 29.0.1 to 30.0.0 ([#75](https://github.com/MetaMask/smart-transactions-controller/pull/75))
@@ -98,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98105
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
99106
- Initial commit
100107

101-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...HEAD
108+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...HEAD
109+
[2.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...v2.2.0
102110
[2.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...v2.1.0
103111
[2.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...v2.0.1
104112
[2.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v1.10.0...v2.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": "2.1.0",
3+
"version": "2.2.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)