Skip to content

Commit

Permalink
3.0.0 (#55)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
  • Loading branch information
3 people authored Dec 19, 2023
1 parent b27f073 commit 7a1be7b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0]
### Changed
- **BREAKING**: These `MethodRegistry` properties are now parked as private: `eth`, `provider`, `registry` ([#31](https://github.com/MetaMask/eth-method-registry/pull/31))
- Update from `ethjs@^0.4.0` to `@metamask/ethjs@^0.5.0` ([#50](https://github.com/MetaMask/eth-method-registry/pull/50))

### Fixed
- Fix constructor options interface name ([#25](https://github.com/MetaMask/eth-method-registry/pull/25))

## [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 @@ -19,6 +27,7 @@ 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.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-method-registry/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/MetaMask/eth-method-registry/compare/v2.0.0...v3.0.0
[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.0",
"version": "3.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 7a1be7b

Please sign in to comment.