From 7d4490749e56f2c329d1c29ccb3a44c47b7ae2ae Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Oct 2025 18:53:30 +0000 Subject: [PATCH 1/2] 12.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d328a1..3d5c976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "12.1.0", + "version": "12.2.0", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block", "repository": { "type": "git", From c1c8f8150e2ffad8ab274d5cb4c032c474615877 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Wed, 8 Oct 2025 11:55:43 -0700 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f06d25f..47e7c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.2.0] + ### Changed - `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 - Add RpcBlockTracker -[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.0...HEAD +[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 [12.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.4...v12.0.0