From fa4691d103f2462574221bac17d8d454b50aea09 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Sep 2023 09:04:48 +0000 Subject: [PATCH 1/3] 12.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6500d8b1..12129677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.0.0] + ## [11.0.2] ### Changed - Bump @metamask/eth-sig-util from ^5.0.0 to ^6.0.0 ([#236](https://github.com/MetaMask/eth-json-rpc-middleware/pull/236)) @@ -134,7 +136,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/v11.0.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v12.0.0...HEAD +[12.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v11.0.2...v12.0.0 [11.0.2]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v11.0.1...v11.0.2 [11.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v11.0.0...v11.0.1 [11.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v10.0.0...v11.0.0 diff --git a/package.json b/package.json index 6f5cbf49..4bd3f47f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-middleware", - "version": "11.0.2", + "version": "12.0.0", "description": "Ethereum-related json-rpc-engine middleware.", "repository": { "type": "git", From c610e9851822a98b0484f95f028b6253b0373083 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 21 Sep 2023 09:51:01 +0000 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12129677..99c96635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.0] +- **BREAKING:** Minimum Node.js version is now v16 ([#243](https://github.com/MetaMask/eth-json-rpc-middleware/pull/243)) +- **BREAKING**: Bump @metamask/utils from ^5.0.2 to ^8.1.0 ([#241](https://github.com/MetaMask/eth-json-rpc-middleware/pull/241)) +- **BREAKING**: Bump @metamask/eth-json-rpc-provider from ^1.0.0 to ^2.1.0 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- **BREAKING**: Migrate from eth-rpc-errors ^4.0.3 to @metamask/rpc-errors ^6.0.0 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- **BREAKING**: Migrate from json-rpc-engine ^6.1.0 to @metamask/json-rpc-engine ^7.1.1 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- Bump @metamask/eth-sig-util from ^6.0.0 to ^7.0.0 ([#248](https://github.com/MetaMask/eth-json-rpc-middleware/pull/248)) +- Bump @metamask/eth-block-tracker from ^7.0.1 to ^8.0.0 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) ## [11.0.2] ### Changed From a4f28b552ec2a42b798d0f3c87604e7e869a7d69 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Mon, 25 Sep 2023 07:07:56 +0000 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c96635..4f622230 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [12.0.0] +### Changed - **BREAKING:** Minimum Node.js version is now v16 ([#243](https://github.com/MetaMask/eth-json-rpc-middleware/pull/243)) -- **BREAKING**: Bump @metamask/utils from ^5.0.2 to ^8.1.0 ([#241](https://github.com/MetaMask/eth-json-rpc-middleware/pull/241)) -- **BREAKING**: Bump @metamask/eth-json-rpc-provider from ^1.0.0 to ^2.1.0 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) -- **BREAKING**: Migrate from eth-rpc-errors ^4.0.3 to @metamask/rpc-errors ^6.0.0 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) -- **BREAKING**: Migrate from json-rpc-engine ^6.1.0 to @metamask/json-rpc-engine ^7.1.1 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) -- Bump @metamask/eth-sig-util from ^6.0.0 to ^7.0.0 ([#248](https://github.com/MetaMask/eth-json-rpc-middleware/pull/248)) -- Bump @metamask/eth-block-tracker from ^7.0.1 to ^8.0.0 ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- **BREAKING:** Bump `@metamask/utils` from `^5.0.2` to `^8.1.0` ([#241](https://github.com/MetaMask/eth-json-rpc-middleware/pull/241)) +- **BREAKING:** Bump `@metamask/eth-json-rpc-provider` from `^1.0.0` to `^2.1.0` ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- **BREAKING:** Migrate from eth-rpc-errors `^4.0.3` to `@metamask/rpc-errors` `^6.0.0` ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- **BREAKING:** Migrate from json-rpc-engine `^6.1.0` to `@metamask/json-rpc-engine` `^7.1.1` ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- Bump `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` ([#248](https://github.com/MetaMask/eth-json-rpc-middleware/pull/248)) +- Bump `@metamask/eth-block-tracker` from `^7.0.1` to `^8.0.0` ([#245](https://github.com/MetaMask/eth-json-rpc-middleware/pull/245)) +- Replace deep-cloning implemantation `clone` with `klona/full`([#250](https://github.com/MetaMask/eth-json-rpc-middleware/pull/250)) ## [11.0.2] ### Changed