From 73158125aebaa8da9cd03455cffbb20d76e679c1 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Mar 2023 10:04:59 +0000 Subject: [PATCH 1/2] 2.3.0 --- CHANGELOG.md | 18 +++++++++++++++++- package.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d7e5628..153c9c855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] +### Uncategorized +- Update BZR.svg ([#1168](https://github.com/MetaMask/contract-metadata/pull/1168)) +- Add Ethereum Swarm ([#1166](https://github.com/MetaMask/contract-metadata/pull/1166)) +- Added Illuvium token ([#1164](https://github.com/MetaMask/contract-metadata/pull/1164)) +- Add PUBLISH Token ([#1163](https://github.com/MetaMask/contract-metadata/pull/1163)) +- Add Shina Inu (SHI) token and logo ([#1033](https://github.com/MetaMask/contract-metadata/pull/1033)) +- Add EUL token ([#1154](https://github.com/MetaMask/contract-metadata/pull/1154)) +- Add LAMB icon and info ([#1153](https://github.com/MetaMask/contract-metadata/pull/1153)) +- adding kibble token ([#1150](https://github.com/MetaMask/contract-metadata/pull/1150)) +- Added Fasttoken ([#1129](https://github.com/MetaMask/contract-metadata/pull/1129)) +- added perion credits ([#1149](https://github.com/MetaMask/contract-metadata/pull/1149)) +- Update CoW Protocol Tokens Logos ([#1148](https://github.com/MetaMask/contract-metadata/pull/1148)) +- Add Gearbox Protocol (GEAR) ([#1145](https://github.com/MetaMask/contract-metadata/pull/1145)) + ## [2.2.0] ### Added - Add METAOASIS Token ([#1139](https://github.com/MetaMask/contract-metadata/pull/1139)) @@ -73,7 +88,8 @@ 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/v2.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/MetaMask/contract-metadata/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/MetaMask/contract-metadata/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v2.0.0 diff --git a/package.json b/package.json index e31d297aa..51bed55ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/contract-metadata", - "version": "2.2.0", + "version": "2.3.0", "description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.", "main": "index.js", "publishConfig": { From 211cb22c7a053326b3f6f646d55f8545770d7c0d Mon Sep 17 00:00:00 2001 From: Marcin Rabenda Date: Wed, 15 Mar 2023 11:07:28 +0100 Subject: [PATCH 2/2] Update readme --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153c9c855..daabe624d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,23 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - ## [2.3.0] -### Uncategorized -- Update BZR.svg ([#1168](https://github.com/MetaMask/contract-metadata/pull/1168)) +### Added - Add Ethereum Swarm ([#1166](https://github.com/MetaMask/contract-metadata/pull/1166)) -- Added Illuvium token ([#1164](https://github.com/MetaMask/contract-metadata/pull/1164)) +- Add Illuvium token ([#1164](https://github.com/MetaMask/contract-metadata/pull/1164)) - Add PUBLISH Token ([#1163](https://github.com/MetaMask/contract-metadata/pull/1163)) - Add Shina Inu (SHI) token and logo ([#1033](https://github.com/MetaMask/contract-metadata/pull/1033)) - Add EUL token ([#1154](https://github.com/MetaMask/contract-metadata/pull/1154)) - Add LAMB icon and info ([#1153](https://github.com/MetaMask/contract-metadata/pull/1153)) -- adding kibble token ([#1150](https://github.com/MetaMask/contract-metadata/pull/1150)) -- Added Fasttoken ([#1129](https://github.com/MetaMask/contract-metadata/pull/1129)) -- added perion credits ([#1149](https://github.com/MetaMask/contract-metadata/pull/1149)) -- Update CoW Protocol Tokens Logos ([#1148](https://github.com/MetaMask/contract-metadata/pull/1148)) +- Add kibble token ([#1150](https://github.com/MetaMask/contract-metadata/pull/1150)) +- Add Fasttoken ([#1129](https://github.com/MetaMask/contract-metadata/pull/1129)) +- add perion credits ([#1149](https://github.com/MetaMask/contract-metadata/pull/1149)) - Add Gearbox Protocol (GEAR) ([#1145](https://github.com/MetaMask/contract-metadata/pull/1145)) +### Changed +- Update BZR.svg ([#1168](https://github.com/MetaMask/contract-metadata/pull/1168)) +- Update CoW Protocol Tokens Logos ([#1148](https://github.com/MetaMask/contract-metadata/pull/1148)) + ## [2.2.0] ### Added - Add METAOASIS Token ([#1139](https://github.com/MetaMask/contract-metadata/pull/1139))