Skip to content

Commit

Permalink
8.0.0 (#71)
Browse files Browse the repository at this point in the history
* 8.0.0

* chore: update changelog

* Update change entry to include "BREAKING" and list more details about change

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Michele Esposito <michele.esposito@consensys.net>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
  • Loading branch information
4 people authored Feb 2, 2023
1 parent 4a3ac88 commit 9b6dc41
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0]
### Changed
- **BREAKING:** Update `InfuraJsonRpcSupportedNetwork` with supported networks ([#69](https://github.com/MetaMask/eth-json-rpc-infura/pull/69))
- The following networks have been removed from this type because they are no longer supported by Infura:
- 'ropsten'
- 'rinkeby'
- 'kovan'
- 'eth2-beacon-mainnet'
- 'optimism-kovan'
- 'arbitrum-rinkeby'

## [7.0.0]
### Added
- Add logging ([#63](https://github.com/MetaMask/eth-json-rpc-infura/pull/63))
Expand Down Expand Up @@ -56,7 +67,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/v7.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.0.0...HEAD
[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
[5.1.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v5.0.0...v5.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-json-rpc-infura",
"version": "7.0.0",
"version": "8.0.0",
"description": "json-rpc-engine middleware for Infura's endpoints",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9b6dc41

Please sign in to comment.