Skip to content

Commit 7c3ec37

Browse files
github-actions[bot]github-actionsadonesky1
authored
32.0.1 (#933)
* 32.0.1 * update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent bcea6ad commit 7c3ec37

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [32.0.1]
10+
### Fixed
11+
- Make both callback and messaging system options for `TokenListController` & `GasFeeController` when listening to `NetworkController` ([#932](https://github.com/MetaMask/controllers/pull/932))
12+
- Add error handling when eth_estimateGas fails in TransactionController ([#920](https://github.com/MetaMask/controllers/pull/920))
13+
914
## [32.0.0]
1015
### Added
1116
- Add `isOutOfDate` to the PhishingController, for checking whether the phishing lists are out-of-date. ([#929](https://github.com/MetaMask/controllers/pull/929))
@@ -697,7 +702,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
697702
### Removed
698703
- Remove shapeshift controller (#209)
699704

700-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.0...HEAD
705+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.1...HEAD
706+
[32.0.1]: https://github.com/MetaMask/controllers/compare/v32.0.0...v32.0.1
701707
[32.0.0]: https://github.com/MetaMask/controllers/compare/v31.2.0...v32.0.0
702708
[31.2.0]: https://github.com/MetaMask/controllers/compare/v31.1.0...v31.2.0
703709
[31.1.0]: https://github.com/MetaMask/controllers/compare/v31.0.0...v31.1.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/controllers",
3-
"version": "32.0.0",
3+
"version": "32.0.1",
44
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)