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 11, 2023
1 parent 7581c10 commit 2275152
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 2275152

Please sign in to comment.