Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 9a2cb19

Browse files
github-actions[bot]github-actionsMajorLift
authored
11.0.1 (#262)
This is the release candidate for version 11.0.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
1 parent 6be9f7d commit 9a2cb19

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [11.0.1]
10+
### Changed
11+
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.0` to `^4.1.1` ([#261](https://github.com/MetaMask/eth-block-tracker/pull/261))
12+
- Bump `@metamask/safe-event-emitter` from `^3.0.0` to `^3.1.1` ([#261](https://github.com/MetaMask/eth-block-tracker/pull/261))
13+
- Bump `@metamask/utils` from `^8.1.0` to `^9.1.0` ([#261](https://github.com/MetaMask/eth-block-tracker/pull/261))
14+
915
## [11.0.0]
1016
### Changed
1117
- **BREAKING**: Adapt to EIP-1193 provider changes by using `request` method of provider instead of `sendAsync` ([#252](https://github.com/MetaMask/eth-block-tracker/pull/252))
@@ -181,7 +187,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181187
### Added
182188
- Add RpcBlockTracker
183189

184-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.0...HEAD
190+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.1...HEAD
191+
[11.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.0...v11.0.1
185192
[11.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.1.0...v11.0.0
186193
[10.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...v10.1.0
187194
[10.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.3...v10.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-block-tracker",
3-
"version": "11.0.0",
3+
"version": "11.0.1",
44
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)