You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the release candidate for version 10.0.0.
---------
Co-authored-by: github-actions <[email protected]>
Co-authored-by: legobt <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [10.0.0]
10
+
### Changed
11
+
-**BREAKING**: `@metamask/json-rpc-engine` from `^7.1.1` to `^10.0.0` ([#112](https://github.com/MetaMask/eth-json-rpc-infura/pull/112))
12
+
-**BREAKING**: Update `@metamask/rpc-errors` from `^6.0.0` to `^7.0.0` ([#111](https://github.com/MetaMask/eth-json-rpc-infura/pull/111))
13
+
-**BREAKING**: Drop support for Node.js versions 16, 21 ([#109](https://github.com/MetaMask/eth-json-rpc-infura/pull/109))
14
+
15
+
### Removed
16
+
- Drop `node-fetch` dependency ([#110](https://github.com/MetaMask/eth-json-rpc-infura/pull/110))
17
+
9
18
## [9.1.0]
10
19
### Added
11
20
- Add `linea-sepolia` to `InfuraJsonRpcSupportedNetwork` to allow requests to Linea Sepolia on Infura ([#101](https://github.com/MetaMask/eth-json-rpc-infura/pull/101))
@@ -96,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96
105
- Use `[email protected]` ([#28](https://github.com/MetaMask/eth-json-rpc-infura/pull/28))
97
106
- Use `[email protected]` ([#15](https://github.com/MetaMask/eth-json-rpc-infura/pull/15))
0 commit comments