Skip to content

Commit 666d47c

Browse files
2.0.0 (#1092)
1 parent d380b5f commit 666d47c

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CHANGELOG.md

+7-10
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [1.37.0]
10-
### Uncategorized
9+
## [2.0.0]
10+
### Added
1111
- Add Safe Token Logo ([#1089](https://github.com/MetaMask/contract-metadata/pull/1089))
12-
- Updated FKX logo & details ([#1088](https://github.com/MetaMask/contract-metadata/pull/1088))
1312
- Add TRB token ([#1087](https://github.com/MetaMask/contract-metadata/pull/1087))
1413
- Add XCAD Network Token (XCAD) logo ([#1070](https://github.com/MetaMask/contract-metadata/pull/1070))
15-
- Updating the 00.svg icon ([#1080](https://github.com/MetaMask/contract-metadata/pull/1080))
1614
- Adding the 00 token icon to Metamask ([#1079](https://github.com/MetaMask/contract-metadata/pull/1079))
17-
- Bump Node to v14 ([#1077](https://github.com/MetaMask/contract-metadata/pull/1077))
1815
- Add GPO to Metamask contract map ([#1019](https://github.com/MetaMask/contract-metadata/pull/1019))
1916
- Add NEAR Erc20 token. ([#859](https://github.com/MetaMask/contract-metadata/pull/859))
20-
- Update `is-release` filter ([#1075](https://github.com/MetaMask/contract-metadata/pull/1075))
21-
- Revert "bumping to node 14 (#1074)" ([#1074](https://github.com/MetaMask/contract-metadata/pull/1074))
22-
- bumping to node 14 ([#1074](https://github.com/MetaMask/contract-metadata/pull/1074))
2317
- Add Quid Ika Token ([#1043](https://github.com/MetaMask/contract-metadata/pull/1043))
2418

2519
### Changed
20+
- Updated FKX logo & details ([#1088](https://github.com/MetaMask/contract-metadata/pull/1088))
21+
- Updating the 00.svg icon ([#1080](https://github.com/MetaMask/contract-metadata/pull/1080))
22+
- Update `is-release` filter ([#1075](https://github.com/MetaMask/contract-metadata/pull/1075))
2623
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))
2724

2825
## [1.36.0]
@@ -40,6 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4037
- Adding top nfts contracts on opensea by floor price ([#1052](https://github.com/MetaMask/contract-metadata/pull/1052))
4138
- New release ([#1045](https://github.com/MetaMask/contract-metadata/pull/1045))
4239

43-
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v1.37.0...HEAD
44-
[1.37.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v1.37.0
40+
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...HEAD
41+
[2.0.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v2.0.0
4542
[1.36.0]: https://github.com/MetaMask/contract-metadata/releases/tag/v1.36.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/contract-metadata",
3-
"version": "1.37.0",
3+
"version": "2.0.0",
44
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
55
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)