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.

v2.0.1 was never released or published.
  • Loading branch information
legobeat committed Dec 9, 2023
1 parent e5c85e1 commit 180cee8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,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
Expand All @@ -22,7 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- **(SEMVER-MAJOR)** Require `provider` argument ([#15](https://github.com/MetaMask/eth-method-registry/pull/15))
- **(SEMVER-MAJOR)** Move from default to named `MethodRegistry` export ([#21](https://github.com/MetaMask/eth-method-registry/pull/21))
- Migrate to TypeScript ([#21](https://github.com/MetaMask/eth-method-registry/pull/21))

## [1.2.0] - 2019-04-15
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": "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
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,5 @@ export class MethodRegistry {

return {};
}

}

0 comments on commit 180cee8

Please sign in to comment.