Skip to content

Commit

Permalink
4.0.0 (#63)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: kumavis <kumavis@users.noreply.github.com>
  • Loading branch information
legobeat and kumavis committed Feb 7, 2024
1 parent 019ad1b commit 4272193
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0]
### Changed
- **BREAKING**: Support for Node.js v12 and v14 have been removed. Minimum Node.js version is now `16.20` ([#57](https://github.com/MetaMask/eth-method-registry/pull/57))
- **BREAKING**: `@babel/runtime@^7.0.0` is now a peerDependency ([#62](https://github.com/MetaMask/eth-method-registry/pull/62))
- These private `MethodRegistry` properties are now removed: `eth`, `provider`, `registry` ([#60](https://github.com/MetaMask/eth-method-registry/pull/60))
- Replace dependency `@metamask/ethjs` with used subdependencies `@metamask/ethjs-query` and `@metamask/ethjs-contract` ([#61](https://github.com/MetaMask/eth-method-registry/pull/61))
- Update dependencies `@metamask/ethjs-contract` and `@metamask/ethjs-query` ([#62](https://github.com/MetaMask/eth-method-registry/pull/62))
- `@metamask/ethjs-contract`@`^0.3.4`->`^0.4.1`
- `@metamask/ethjs-query`@`^0.5.3`->`^0.7.1`

### Fixed
- Remove undocumented peerDependency on `babel-runtime` ([#62](https://github.com/MetaMask/eth-method-registry/pull/62))

## [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))
Expand All @@ -27,7 +40,8 @@ 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/v3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-method-registry/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/eth-method-registry/compare/v3.0.0...v4.0.0
[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": "3.0.0",
"version": "4.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 4272193

Please sign in to comment.