Skip to content

Commit

Permalink
1.37.0 (#1090)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions committed Sep 16, 2022
1 parent 6b439a3 commit d380b5f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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]

## [1.37.0]
### Uncategorized
- 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
- **BREAKING:** Removed support for Node v12 in favor of v14 ([#137](https://github.com/MetaMask/eth-json-rpc-middleware/pull/137))

Expand All @@ -23,5 +40,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.36.0...HEAD
[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
[1.36.0]: https://github.com/MetaMask/contract-metadata/releases/tag/v1.36.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/contract-metadata",
"version": "1.36.0",
"version": "1.37.0",
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit d380b5f

Please sign in to comment.