From 6014eda1af55fb398524758f931ab1f79494419e Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Wed, 7 Jul 2021 13:55:41 -0500 Subject: [PATCH 1/3] v12.0.0 release --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a448c26239..3723e7616fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.0.0] - 2021-07-07 +### Added +- Added GasFeeController to provide gas fee estimates [#494](https://github.com/MetaMask/controllers/pull/494) + +### Changed +- **BREAKING**: Added chainId support to TokenRatesControllers [#476](https://github.com/MetaMask/controllers/pull/476) + - The breaking change here is that TokenRatesController constructor now requires a onNetworkStateChange listener +- Added iconUrl to Token type in TokenListController [#512](https://github.com/MetaMask/controllers/pull/512) + ## [11.0.0] - 2021-07-02 ### Changed - We accidentally shipped a breaking change in v10.2.0. The changelog has been updated to explain the breaking change, and it has been republished as v11.0.0. diff --git a/package.json b/package.json index 07e8dd6c00c..a6ceb4724b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/controllers", - "version": "11.0.0", + "version": "12.0.0", "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets", "license": "MIT", "files": [ From 6317f47b71b3f46b721dd971a3598ff38aa1f073 Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Wed, 7 Jul 2021 14:09:35 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: Mark Stacey --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3723e7616fe..d62ebe2f69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.0.0] - 2021-07-07 ### Added -- Added GasFeeController to provide gas fee estimates [#494](https://github.com/MetaMask/controllers/pull/494) +- Add GasFeeController to provide gas fee estimates [#494](https://github.com/MetaMask/controllers/pull/494) ### Changed -- **BREAKING**: Added chainId support to TokenRatesControllers [#476](https://github.com/MetaMask/controllers/pull/476) +- **BREAKING**: Add chainId support to TokenRatesControllers [#476](https://github.com/MetaMask/controllers/pull/476) - The breaking change here is that TokenRatesController constructor now requires a onNetworkStateChange listener -- Added iconUrl to Token type in TokenListController [#512](https://github.com/MetaMask/controllers/pull/512) +- Add iconUrl to Token type in TokenListController [#512](https://github.com/MetaMask/controllers/pull/512) ## [11.0.0] - 2021-07-02 ### Changed From 708ac1b4a5bab7f1dbb427ac75d2a7870123e3eb Mon Sep 17 00:00:00 2001 From: Brad Decker Date: Wed, 7 Jul 2021 14:14:11 -0500 Subject: [PATCH 3/3] update ref links --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62ebe2f69f..8ef90a8a226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -281,7 +281,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/v11.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/controllers/compare/v12.0.0...HEAD +[12.0.0]: https://github.com/MetaMask/controllers/compare/v11.0.0...v12.0.0 [11.0.0]: https://github.com/MetaMask/controllers/compare/v10.2.0...v11.0.0 [10.2.0]: https://github.com/MetaMask/controllers/compare/v10.1.0...v10.2.0 [10.1.0]: https://github.com/MetaMask/controllers/compare/v10.0.0...v10.1.0