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

Commit bdc65fc

Browse files
github-actions[bot]github-actionslegobeat
authored
11.0.2 (#277)
--------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]>
1 parent 3faea82 commit bdc65fc

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+
## [11.0.2]
10+
### Fixed
11+
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.1` to `^4.1.5` ([#273](https://github.com/MetaMask/eth-block-tracker/pull/273))
12+
913
## [11.0.1]
1014
### Changed
1115
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.0` to `^4.1.1` ([#261](https://github.com/MetaMask/eth-block-tracker/pull/261))
@@ -187,7 +191,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
187191
### Added
188192
- Add RpcBlockTracker
189193

190-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.1...HEAD
194+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.2...HEAD
195+
[11.0.2]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.1...v11.0.2
191196
[11.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.0...v11.0.1
192197
[11.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.1.0...v11.0.0
193198
[10.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...v10.1.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.1",
3+
"version": "11.0.2",
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)