Skip to content

Commit 9b33351

Browse files
github-actions[bot]github-actionsFrederikBoldingGudahtt
authored
3.0.0 (#105)
* 3.0.0 * Update CHANGELOG.md * Update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Frederik Bolding <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
1 parent 7529fc2 commit 9b33351

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.0]
10+
### Changed
11+
- **BREAKING:** Bump required Node version to v14 ([#90](https://github.com/MetaMask/smart-transactions-controller/pull/90))
12+
- `@metamask/[email protected]` ([#104](https://github.com/MetaMask/smart-transactions-controller/pull/104))
13+
14+
### Fixed
15+
- Ensure the nonce lock is always released ([#108](https://github.com/MetaMask/smart-transactions-controller/pull/108))
16+
917
## [2.3.2]
1018
### Changed
1119
- Replace `ethers` with submodules (@ethersproject/bignumber,@ethersproject/bytes, @ethersproject/providers,) - no functional change ([#95](https://github.com/MetaMask/smart-transactions-controller/pull/95))
@@ -121,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121129
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
122130
- Initial commit
123131

124-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.2...HEAD
132+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v3.0.0...HEAD
133+
[3.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.2...v3.0.0
125134
[2.3.2]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.1...v2.3.2
126135
[2.3.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.0...v2.3.1
127136
[2.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...v2.3.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.3.2",
3+
"version": "3.0.0",
44
"description": "MetaMask controller for Smart Transactions.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)