From f3511796db01de456ad9348ff76b59ffb6720eb3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Oct 2025 20:50:52 +0000 Subject: [PATCH 1/2] 13.0.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac43dee..32abfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [13.0.0] + +### Uncategorized + +- docs: Add migration notice ([#352](https://github.com/MetaMask/eth-block-tracker/pull/352)) + ### Changed - **BREAKING:** Distribute separate CommonJS and ESM files ([#351](https://github.com/MetaMask/eth-block-tracker/pull/351)) @@ -311,7 +317,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v13.0.0...HEAD +[13.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.1...v13.0.0 [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 diff --git a/package.json b/package.json index 5469495..1bf9dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "12.2.1", + "version": "13.0.0", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block", "homepage": "https://github.com/MetaMask/eth-block-tracker#readme", "bugs": { From 7270cee612da966e21331e29101fafd46d73c181 Mon Sep 17 00:00:00 2001 From: Erik Marks <25517051+rekmarks@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:53:41 -0700 Subject: [PATCH 2/2] docs: Update CHANGELOG.md --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32abfc7..d97b44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [13.0.0] -### Uncategorized - -- docs: Add migration notice ([#352](https://github.com/MetaMask/eth-block-tracker/pull/352)) - ### Changed - **BREAKING:** Distribute separate CommonJS and ESM files ([#351](https://github.com/MetaMask/eth-block-tracker/pull/351))