Skip to content

Commit

Permalink
21.0.1 (#649)
Browse files Browse the repository at this point in the history
* 21.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 committed Dec 1, 2021
1 parent fadeefb commit 680c212
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]

## [21.0.1]
### Fixed
- Fix issue where chainId key in AllCollectibles & AllCollectibleContracts is formatted differently in manual collectible add and detection add flows. ([#648](https://github.com/MetaMask/controllers/pull/648))

## [21.0.0]
### Added
- **BREAKING**: Add openSeaEnabled preference ([#645](https://github.com/MetaMask/controllers/pull/645))
Expand Down Expand Up @@ -437,7 +441,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/v21.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/controllers/compare/v21.0.1...HEAD
[21.0.1]: https://github.com/MetaMask/controllers/compare/v21.0.0...v21.0.1
[21.0.0]: https://github.com/MetaMask/controllers/compare/v20.1.0...v21.0.0
[20.1.0]: https://github.com/MetaMask/controllers/compare/v20.0.0...v20.1.0
[20.0.0]: https://github.com/MetaMask/controllers/compare/v19.0.0...v20.0.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": "21.0.0",
"version": "21.0.1",
"description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
"keywords": [
"MetaMask",
Expand Down

0 comments on commit 680c212

Please sign in to comment.