Skip to content

Commit

Permalink
Revert "2.0.1 (MetaMask#26)"
Browse files Browse the repository at this point in the history
This reverts commit 8949cc1,
except the changes to earlier release note.

v2.0.1 was never released or published.
  • Loading branch information
legobeat committed Dec 14, 2023
1 parent 222187f commit 2b74d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] - 2021-01-13
### Changed
- Update `2.0.0` changelog entry to reflect missing breaking

## [2.0.0] - 2021-01-10
### Added
- Support method signatures with array arguments ([#22](https://github.com/MetaMask/eth-method-registry/pull/22))
Expand All @@ -23,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support method signatures with tuple arguments ([#6](https://github.com/MetaMask/eth-method-registry/pull/6))

[Unreleased]: https://github.com/MetaMask/eth-method-registry/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/MetaMask/eth-method-registry/compare/v2.0.0...v2.0.1
[Unreleased]: https://github.com/MetaMask/eth-method-registry/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/MetaMask/eth-method-registry/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/MetaMask/eth-method-registry/releases/tag/v1.2.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-method-registry",
"version": "2.0.1",
"version": "2.0.0",
"description": "A module for getting method signature info from an ethereum method signature.",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 2b74d20

Please sign in to comment.