Skip to content

Commit dc9833d

Browse files
2.1.0 (#1117)
1 parent b0df6e8 commit dc9833d

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.1.0]
10+
### Added
11+
- Add TrueGBP, TrueAUD, TrueCAD and TrueHKD ([#1116](https://github.com/MetaMask/contract-metadata/pull/1116))
12+
- Add STAT ([#1114](https://github.com/MetaMask/contract-metadata/pull/1114))
13+
- Add Realio Network RIO token ([#624](https://github.com/MetaMask/contract-metadata/pull/624))
14+
- Add HOME and BACON ([#1115](https://github.com/MetaMask/contract-metadata/pull/1115))
15+
- Add Elyfi ([#952](https://github.com/MetaMask/contract-metadata/pull/952))
16+
- Add Vodra ERC-20 Token ([#960](https://github.com/MetaMask/contract-metadata/pull/960))
17+
- New BitDAO logo ([#1110](https://github.com/MetaMask/contract-metadata/pull/1110))
18+
- Add several Creator Tokens from the P00LS ecosystem ([#1095](https://github.com/MetaMask/contract-metadata/pull/1095))
19+
- add Bend Token to metamask ([#1108](https://github.com/MetaMask/contract-metadata/pull/1108))
20+
- Add stMATIC ([#1105](https://github.com/MetaMask/contract-metadata/pull/1105))
21+
- Add BZR token info and logo to Metamask ([#1102](https://github.com/MetaMask/contract-metadata/pull/1102))
22+
- add usdd logo to metamask ([#1051](https://github.com/MetaMask/contract-metadata/pull/1051))
23+
924
## [2.0.0]
1025
### Added
1126
- Add Safe Token Logo ([#1089](https://github.com/MetaMask/contract-metadata/pull/1089))
@@ -37,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3752
- Adding top nfts contracts on opensea by floor price ([#1052](https://github.com/MetaMask/contract-metadata/pull/1052))
3853
- New release ([#1045](https://github.com/MetaMask/contract-metadata/pull/1045))
3954

40-
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...HEAD
55+
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.1.0...HEAD
56+
[2.1.0]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...v2.1.0
4157
[2.0.0]: https://github.com/MetaMask/contract-metadata/compare/v1.36.0...v2.0.0
4258
[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": "2.0.0",
3+
"version": "2.1.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)