From 67e22eb899462a8e0148073a671f89bef9742a4d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 8 Sep 2023 01:51:47 +0000 Subject: [PATCH 1/2] 9.0.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b72f5..87c5be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] +### Uncategorized +- Update eth-json-rpc and metamask packages ([#95](https://github.com/MetaMask/eth-json-rpc-infura/pull/95)) + ## [8.1.2] ### Changed - Bump `@metamask/utils` to `^5.0.1` ([#87](https://github.com/MetaMask/eth-json-rpc-infura/pull/87)) @@ -80,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use `eth-rpc-errors@3.0.0` ([#28](https://github.com/MetaMask/eth-json-rpc-infura/pull/28)) - Use `eth-json-rpc-middleware@4.4.1` ([#15](https://github.com/MetaMask/eth-json-rpc-infura/pull/15)) -[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.2...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.2...v9.0.0 [8.1.2]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.1...v8.1.2 [8.1.1]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.0...v8.1.1 [8.1.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.0.0...v8.1.0 diff --git a/package.json b/package.json index 5a8f937..28e7631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-infura", - "version": "8.1.2", + "version": "9.0.0", "description": "json-rpc-engine middleware for Infura's endpoints", "repository": { "type": "git", From fa7dc1fcaebaf161bd5c509509d38a8316d3b2f2 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Thu, 21 Sep 2023 04:08:42 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c5be4..87b41c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.0.0] -### Uncategorized -- Update eth-json-rpc and metamask packages ([#95](https://github.com/MetaMask/eth-json-rpc-infura/pull/95)) +### Changed +- **BREAKING:** Minimum Node.js version is now v16 ([#91](https://github.com/MetaMask/eth-json-rpc-infura/pull/91)) +- **BREAKING:** Update dependencies ([#95](https://github.com/MetaMask/eth-json-rpc-infura/pull/95)) + - Bump `@metamask/eth-json-rpc-provider` from `^1.0.0` to `^2.1.0` + - Bump `@metamask/utils` from `^5.0.1` to `^8.1.0` + - Update from `eth-rpc-errors`@`^4.0.3` to `@metamask/rpc-errors`@`^6.0.0` + - Update from `json-rpc-engine`@`^6.1.0` to `@metamask/json-rpc-engine`@`^7.1.0` ## [8.1.2] ### Changed