From 666d47c86bebff0ef734b636a72f1bf77b10a4d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:15:03 +0200 Subject: [PATCH] 2.0.0 (#1092) --- CHANGELOG.md | 17 +++++++---------- package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a9a31db0..54e27cda00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,23 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.37.0] -### Uncategorized +## [2.0.0] +### Added - Add Safe Token Logo ([#1089](https://github.com/MetaMask/contract-metadata/pull/1089)) -- Updated FKX logo & details ([#1088](https://github.com/MetaMask/contract-metadata/pull/1088)) - Add TRB token ([#1087](https://github.com/MetaMask/contract-metadata/pull/1087)) - Add XCAD Network Token (XCAD) logo ([#1070](https://github.com/MetaMask/contract-metadata/pull/1070)) -- Updating the 00.svg icon ([#1080](https://github.com/MetaMask/contract-metadata/pull/1080)) - Adding the 00 token icon to Metamask ([#1079](https://github.com/MetaMask/contract-metadata/pull/1079)) -- Bump Node to v14 ([#1077](https://github.com/MetaMask/contract-metadata/pull/1077)) - Add GPO to Metamask contract map ([#1019](https://github.com/MetaMask/contract-metadata/pull/1019)) - Add NEAR Erc20 token. ([#859](https://github.com/MetaMask/contract-metadata/pull/859)) -- Update `is-release` filter ([#1075](https://github.com/MetaMask/contract-metadata/pull/1075)) -- Revert "bumping to node 14 (#1074)" ([#1074](https://github.com/MetaMask/contract-metadata/pull/1074)) -- bumping to node 14 ([#1074](https://github.com/MetaMask/contract-metadata/pull/1074)) - Add Quid Ika Token ([#1043](https://github.com/MetaMask/contract-metadata/pull/1043)) ### Changed +- Updated FKX logo & details ([#1088](https://github.com/MetaMask/contract-metadata/pull/1088)) +- Updating the 00.svg icon ([#1080](https://github.com/MetaMask/contract-metadata/pull/1080)) +- Update `is-release` filter ([#1075](https://github.com/MetaMask/contract-metadata/pull/1075)) - **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137)) ## [1.36.0] @@ -40,6 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Adding top nfts contracts on opensea by floor price ([#1052](https://github.com/MetaMask/contract-metadata/pull/1052)) - New release ([#1045](https://github.com/MetaMask/contract-metadata/pull/1045)) -[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v1.37.0...HEAD -[1.37.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v1.37.0 +[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...HEAD +[2.0.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v2.0.0 [1.36.0]: https://github.com/MetaMask/contract-metadata/releases/tag/v1.36.0 diff --git a/package.json b/package.json index 457f2185b6..1e36cee503 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/contract-metadata", - "version": "1.37.0", + "version": "2.0.0", "description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.", "main": "index.js", "publishConfig": {