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

Commit 1129105

Browse files
github-actions[bot]github-actionsjiexi
authored
12.2.0 (#341)
This is the release candidate for version 12.2.0. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release 12.2.0 with version bump and changelog entry for `useCache` option in `PollingBlockTracker.getLatestBlock()`. > > - **Release 12.2.0**: > - Bump package version in `package.json` to `12.2.0`. > - Update `CHANGELOG.md`: > - Add `12.2.0` section documenting optional `useCache` param for `PollingBlockTracker.getLatestBlock()`. > - Update compare links (`[Unreleased]` now compares from `v12.2.0`; add `[12.2.0]` link). > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c1c8f81. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Jiexi Luan <jiexiluan@gmail.com>
1 parent 1d1406b commit 1129105

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [12.2.0]
11+
1012
### Changed
1113

1214
- `PollingBlockTracker.getLatestBlock()` now accepts an optional parameter `useCache` ([#340](https://github.com/MetaMask/eth-block-tracker/pull/340))
@@ -298,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
298300

299301
- Add RpcBlockTracker
300302

301-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...HEAD
303+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.0...HEAD
304+
[12.2.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...v12.2.0
302305
[12.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.1...v12.1.0
303306
[12.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.0...v12.0.1
304307
[12.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.4...v12.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": "12.1.0",
3+
"version": "12.2.0",
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)