Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 3339659

Browse files
github-actions[bot]github-actionsrekmarks
authored
20.0.0 (#429)
This is the release candidate for version 20.0.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
1 parent 051a39f commit 3339659

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [20.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING:** Distribute separate CommonJS and ESM files ([#420](https://github.com/MetaMask/eth-json-rpc-middleware/pull/420))
@@ -470,7 +472,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
470472
- `json-rpc-engine@5.3.0` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53))
471473
- `eth-rpc-errors@3.0.0` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55))
472474

473-
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v19.0.1...HEAD
475+
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v20.0.0...HEAD
476+
[20.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v19.0.1...v20.0.0
474477
[19.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v19.0.0...v19.0.1
475478
[19.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v18.0.0...v19.0.0
476479
[18.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.1.0...v18.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-json-rpc-middleware",
3-
"version": "19.0.1",
3+
"version": "20.0.0",
44
"description": "Ethereum-related json-rpc-engine middleware",
55
"homepage": "https://github.com/MetaMask/eth-json-rpc-middleware#readme",
66
"bugs": {

0 commit comments

Comments
 (0)