Skip to content

Commit

Permalink
8.1.1 (#85)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
  • Loading branch information
3 people authored Jul 12, 2023
1 parent 4ced596 commit c56849d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.1.1]
### Changed
- Bump `@metamask/utils` to `^4.0.0` ([#83](https://github.com/MetaMask/eth-json-rpc-infura/pull/83))
- Replace `eth-json-rpc-middleware` with `@metamask/eth-json-rpc-provider` ([#82](https://github.com/MetaMask/eth-json-rpc-infura/pull/82))

## [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))
Expand Down Expand Up @@ -71,7 +76,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.1...HEAD
[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
[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
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": "8.1.0",
"version": "8.1.1",
"description": "json-rpc-engine middleware for Infura's endpoints",
"repository": {
"type": "git",
Expand Down

0 comments on commit c56849d

Please sign in to comment.