From 8219bc3c55a806ad27f15366511ee87d91caed90 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 14 Oct 2025 18:08:53 +0000 Subject: [PATCH 1/2] 12.2.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8c3ca..e47fb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.2.1] + +### Uncategorized + +- chore: Update codewner to reflect team change ([#347](https://github.com/MetaMask/eth-block-tracker/pull/347)) +- test: Prevent tests from inserting code synchronously after `setTimeout` ([#346](https://github.com/MetaMask/eth-block-tracker/pull/346)) + ### Fixed - `PollingBlockTracker.checkForLatestBlock()` and `getLatestBlock()` now clear the cached block after `blockReset` duration when called and the `PollingBlockTracker` is not polling. ([#348](https://github.com/MetaMask/eth-block-tracker/pull/348)) @@ -304,7 +311,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add RpcBlockTracker -[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.1...HEAD +[12.2.1]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.0...v12.2.1 [12.2.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...v12.2.0 [12.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.1...v12.1.0 [12.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.0...v12.0.1 diff --git a/package.json b/package.json index 3d5c976..1060bf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "12.2.0", + "version": "12.2.1", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block", "repository": { "type": "git", From 1e8174fec420a2338f0f39494746d9424e89cd10 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Tue, 14 Oct 2025 11:09:42 -0700 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47fb32..ce17d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.2.1] -### Uncategorized - -- chore: Update codewner to reflect team change ([#347](https://github.com/MetaMask/eth-block-tracker/pull/347)) -- test: Prevent tests from inserting code synchronously after `setTimeout` ([#346](https://github.com/MetaMask/eth-block-tracker/pull/346)) - ### Fixed - `PollingBlockTracker.checkForLatestBlock()` and `getLatestBlock()` now clear the cached block after `blockReset` duration when called and the `PollingBlockTracker` is not polling. ([#348](https://github.com/MetaMask/eth-block-tracker/pull/348))