Skip to content

Commit

Permalink
32.0.2 (#940)
Browse files Browse the repository at this point in the history
* 32.0.2

* update changelog

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Alex <adonesky@gmail.com>
  • Loading branch information
3 people authored Oct 13, 2022
1 parent aaa85c0 commit d6108df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [32.0.2]
### Fixed
- 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))

## [32.0.1]
### Fixed
- Make both callback and messaging system options for `TokenListController` & `GasFeeController` when listening to `NetworkController` ([#932](https://github.com/MetaMask/controllers/pull/932))
Expand Down Expand Up @@ -702,7 +706,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove shapeshift controller (#209)

[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.2...HEAD
[32.0.2]: https://github.com/MetaMask/controllers/compare/v32.0.1...v32.0.2
[32.0.1]: https://github.com/MetaMask/controllers/compare/v32.0.0...v32.0.1
[32.0.0]: https://github.com/MetaMask/controllers/compare/v31.2.0...v32.0.0
[31.2.0]: https://github.com/MetaMask/controllers/compare/v31.1.0...v31.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/controllers",
"version": "32.0.1",
"version": "32.0.2",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit d6108df

Please sign in to comment.