Skip to content

Commit

Permalink
2.3.1 (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 17, 2023
1 parent 96ba011 commit 8639e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.1]
### Changed
- This release fixes an error that prevented the publishing of v2.3.0. No functional changes.

## [2.3.0]
### Added
- Add Ethereum Swarm ([#1166](https://github.com/MetaMask/contract-metadata/pull/1166))
Expand Down Expand Up @@ -90,7 +94,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.3.0...HEAD
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.3.1...HEAD
[2.3.1]: https://github.com/MetaMask/contract-metadata/compare/v2.3.0...v2.3.1
[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
Expand Down
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": "2.3.0",
"version": "2.3.1",
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 8639e6c

Please sign in to comment.