Skip to content

Commit

Permalink
9.0.0 (#96)
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 Sep 21, 2023
1 parent c4f81ac commit aba1d0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0]
### Changed
- **BREAKING:** Minimum Node.js version is now v16 ([#91](https://github.com/MetaMask/eth-json-rpc-infura/pull/91))
- **BREAKING:** Update dependencies ([#95](https://github.com/MetaMask/eth-json-rpc-infura/pull/95))
- Bump `@metamask/eth-json-rpc-provider` from `^1.0.0` to `^2.1.0`
- Bump `@metamask/utils` from `^5.0.1` to `^8.1.0`
- Update from `eth-rpc-errors`@`^4.0.3` to `@metamask/rpc-errors`@`^6.0.0`
- Update from `json-rpc-engine`@`^6.1.0` to `@metamask/json-rpc-engine`@`^7.1.0`

## [8.1.2]
### Changed
- Bump `@metamask/utils` to `^5.0.1` ([#87](https://github.com/MetaMask/eth-json-rpc-infura/pull/87))
Expand Down Expand Up @@ -80,7 +89,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.2...v9.0.0
[8.1.2]: https://github.com/MetaMask/eth-json-rpc-infura/compare/v8.1.1...v8.1.2
[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
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.2",
"version": "9.0.0",
"description": "json-rpc-engine middleware for Infura's endpoints",
"repository": {
"type": "git",
Expand Down

0 comments on commit aba1d0a

Please sign in to comment.