From d1b0fbd5c94d5280ad34b07e537d629ee37b4b9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 11:16:18 -0330 Subject: [PATCH] 24.0.0 (#671) * 24.0.0 * update changelog * Update CHANGELOG.md Co-authored-by: Mark Stacey Co-authored-by: github-actions Co-authored-by: Alex Co-authored-by: Mark Stacey --- CHANGELOG.md | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d49878a8952..2680e3b349e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [23.1.0] +## [24.0.0] ### Added -- add checkAndUpdateSingleCollectibleOwnershipStatus method ([#669](https://github.com/MetaMask/controllers/pull/669)) +- Add `checkAndUpdateSingleCollectibleOwnershipStatus` method ([#669](https://github.com/MetaMask/controllers/pull/669)) + +### Changed +- - **BREAKING**: Rename `checkAndUpdateCollectibleOwnershipStatus` to `checkAndUpdateAllCollectibleOwnershipStatus` ([#669](https://github.com/MetaMask/controllers/pull/669)) + - Previously incorrectly released as minor version bump 23.1.0. + - Consumers who used `checkAndUpdateCollectibleOwnershipStatus` must update it's name to `checkAndUpdateAllCollectibleOwnershipStatus`. + +## [23.1.0] [DEPRECATED] +### Added +- Add checkAndUpdateSingleCollectibleOwnershipStatus method ([#669](https://github.com/MetaMask/controllers/pull/669)) ## [23.0.0] ### Added @@ -472,7 +481,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/v23.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v24.0.0...HEAD +[24.0.0]: https://github.com/MetaMask/controllers/compare/v23.1.0...v24.0.0 [23.1.0]: https://github.com/MetaMask/controllers/compare/v23.0.0...v23.1.0 [23.0.0]: https://github.com/MetaMask/controllers/compare/v22.0.0...v23.0.0 [22.0.0]: https://github.com/MetaMask/controllers/compare/v21.0.1...v22.0.0 diff --git a/package.json b/package.json index 84f1f0f8024..eb582a4fcb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "23.1.0", + "version": "24.0.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "keywords": [ "MetaMask",