Skip to content

Commit d6108df

Browse files
github-actions[bot]github-actionsadonesky1
authored
32.0.2 (#940)
* 32.0.2 * update changelog Co-authored-by: github-actions <[email protected]> Co-authored-by: Alex <[email protected]>
1 parent aaa85c0 commit d6108df

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+
## [32.0.2]
10+
### Fixed
11+
- Fix issue introduced in v32.0.1 where EthQuery is not instantiated correctly on GasFeeController when constructed ([#936](https://github.com/MetaMask/controllers/pull/936))
12+
913
## [32.0.1]
1014
### Fixed
1115
- Make both callback and messaging system options for `TokenListController` & `GasFeeController` when listening to `NetworkController` ([#932](https://github.com/MetaMask/controllers/pull/932))
@@ -702,7 +706,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
702706
### Removed
703707
- Remove shapeshift controller (#209)
704708

705-
[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.1...HEAD
709+
[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.2...HEAD
710+
[32.0.2]: https://github.com/MetaMask/controllers/compare/v32.0.1...v32.0.2
706711
[32.0.1]: https://github.com/MetaMask/controllers/compare/v32.0.0...v32.0.1
707712
[32.0.0]: https://github.com/MetaMask/controllers/compare/v31.2.0...v32.0.0
708713
[31.2.0]: https://github.com/MetaMask/controllers/compare/v31.1.0...v31.2.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.1",
3+
"version": "32.0.2",
44
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
55
"keywords": [
66
"MetaMask",

0 commit comments

Comments
 (0)