From d72e197b24ff5f4e23c2652e689d634ff5aeaa09 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Oct 2025 20:50:54 +0000 Subject: [PATCH 1/2] 20.0.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bc908..a66528b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [20.0.0] + +### Uncategorized + +- docs: Add migration notice ([#428](https://github.com/MetaMask/eth-json-rpc-middleware/pull/428)) + ### Changed - **BREAKING:** Distribute separate CommonJS and ESM files ([#420](https://github.com/MetaMask/eth-json-rpc-middleware/pull/420)) @@ -470,7 +476,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `json-rpc-engine@5.3.0` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53)) - `eth-rpc-errors@3.0.0` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55)) -[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v19.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v20.0.0...HEAD +[20.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v19.0.1...v20.0.0 [19.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v19.0.0...v19.0.1 [19.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v18.0.0...v19.0.0 [18.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.1.0...v18.0.0 diff --git a/package.json b/package.json index a45218e..d6b8067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-middleware", - "version": "19.0.1", + "version": "20.0.0", "description": "Ethereum-related json-rpc-engine middleware", "homepage": "https://github.com/MetaMask/eth-json-rpc-middleware#readme", "bugs": { From 40e2335f24140b76c285885dc0e2d0f1955c144f Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:54:04 -0700 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66528b..3cb57f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [20.0.0] -### Uncategorized - -- docs: Add migration notice ([#428](https://github.com/MetaMask/eth-json-rpc-middleware/pull/428)) - ### Changed - **BREAKING:** Distribute separate CommonJS and ESM files ([#420](https://github.com/MetaMask/eth-json-rpc-middleware/pull/420))