Skip to content

Commit 8639e6c

Browse files
2.3.1 (#1173)
1 parent 96ba011 commit 8639e6c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.3.1]
10+
### Changed
11+
- This release fixes an error that prevented the publishing of v2.3.0. No functional changes.
12+
913
## [2.3.0]
1014
### Added
1115
- Add Ethereum Swarm ([#1166](https://github.com/MetaMask/contract-metadata/pull/1166))
@@ -90,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9094
- Adding top nfts contracts on opensea by floor price ([#1052](https://github.com/MetaMask/contract-metadata/pull/1052))
9195
- New release ([#1045](https://github.com/MetaMask/contract-metadata/pull/1045))
9296

93-
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.3.0...HEAD
97+
[Unreleased]: https://github.com/MetaMask/contract-metadata/compare/v2.3.1...HEAD
98+
[2.3.1]: https://github.com/MetaMask/contract-metadata/compare/v2.3.0...v2.3.1
9499
[2.3.0]: https://github.com/MetaMask/contract-metadata/compare/v2.2.0...v2.3.0
95100
[2.2.0]: https://github.com/MetaMask/contract-metadata/compare/v2.1.0...v2.2.0
96101
[2.1.0]: https://github.com/MetaMask/contract-metadata/compare/v2.0.0...v2.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/contract-metadata",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
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)