Skip to content

Commit

Permalink
32.0.1 (#933)
Browse files Browse the repository at this point in the history
* 32.0.1

* 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 12, 2022
1 parent bcea6ad commit 7c3ec37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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))
- Add error handling when eth_estimateGas fails in TransactionController ([#920](https://github.com/MetaMask/controllers/pull/920))

## [32.0.0]
### Added
- Add `isOutOfDate` to the PhishingController, for checking whether the phishing lists are out-of-date. ([#929](https://github.com/MetaMask/controllers/pull/929))
Expand Down Expand Up @@ -697,7 +702,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/controllers/compare/v32.0.1...HEAD
[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
[31.1.0]: https://github.com/MetaMask/controllers/compare/v31.0.0...v31.1.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.0",
"version": "32.0.1",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 7c3ec37

Please sign in to comment.