Skip to content

Commit a775100

Browse files
github-actions[bot]github-actionslegobeat
authored
10.0.0 (#114)
This is the release candidate for version 10.0.0. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 5a31506 commit a775100

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
918
## [9.1.0]
1019
### Added
1120
- 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
96105
- Use `[email protected]` ([#28](https://github.com/MetaMask/eth-json-rpc-infura/pull/28))
97106
- Use `[email protected]` ([#15](https://github.com/MetaMask/eth-json-rpc-infura/pull/15))
98107
99-
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v9.1.0...HEAD
108+
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v10.0.0...HEAD
109+
[10.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v9.1.0...v10.0.0
100110
[9.1.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v9.0.0...v9.1.0
101111
[9.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.2...v9.0.0
102112
[8.1.2]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.1...v8.1.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-json-rpc-infura",
3-
"version": "9.1.0",
3+
"version": "10.0.0",
44
"description": "json-rpc-engine middleware for Infura's endpoints",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)