From 7bb5ae7827f9746d9f1d16d14de9867069c59119 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 13:50:08 -0230 Subject: [PATCH] 8.1.0 (#75) * 8.1.0 * Update CHANGELOG.md * Remove accidental extra quote Co-authored-by: Elliot Winkler --------- Co-authored-by: github-actions Co-authored-by: Mark Stacey Co-authored-by: Elliot Winkler --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ab1bd..b923f67 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] +## [8.1.0] +### Added +- Add `linea-goerli` and `linea-mainnet` as Infura supported networks ([#72](https://github.com/MetaMask/eth-json-rpc-infura/pull/72)) + ## [8.0.0] ### Changed - **BREAKING:** Update `InfuraJsonRpcSupportedNetwork` with supported networks ([#69](https://github.com/MetaMask/eth-json-rpc-infura/pull/69)) @@ -67,7 +71,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.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.0...HEAD +[8.1.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v7.0.0...v8.0.0 [7.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v6.0.0...v7.0.0 [6.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v5.1.0...v6.0.0 diff --git a/package.json b/package.json index 00f1bf5..311808a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-json-rpc-infura", - "version": "8.0.0", + "version": "8.1.0", "description": "json-rpc-engine middleware for Infura's endpoints", "repository": { "type": "git",