Skip to content

Commit a4c9980

Browse files
author
github-actions
committed
17.0.1
1 parent 2946ebe commit a4c9980

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [17.0.1]
10+
### Uncategorized
11+
- Bump eth-block-tracker to v12 ([#372](https://github.com/MetaMask/eth-json-rpc-middleware/pull/372))
12+
913
## [17.0.0]
1014
### Changed
1115
- **BREAKING:** Support version `2.0.0` of EIP-5792 ([#370](https://github.com/MetaMask/eth-json-rpc-middleware/pull/370))
@@ -320,7 +324,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320324
- `json-rpc-engine@5.3.0` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53))
321325
- `eth-rpc-errors@3.0.0` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55))
322326

323-
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.0.0...HEAD
327+
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.0.1...HEAD
328+
[17.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.0.0...v17.0.1
324329
[17.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.1...v17.0.0
325330
[16.0.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.0...v16.0.1
326331
[16.0.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.3.0...v16.0.0

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-middleware",
3-
"version": "17.0.0",
3+
"version": "17.0.1",
44
"description": "Ethereum-related json-rpc-engine middleware.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)