From f67ecd7ff305f1a20822e26fe7ef59119a93ee7f Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 24 Sep 2025 14:01:55 +0000 Subject: [PATCH 1/2] 12.1.0 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2328ef..5f38216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.1.0] + +### Uncategorized + +- chore: Update publishing workflows to match module template ([#337](https://github.com/MetaMask/eth-block-tracker/pull/337)) +- Revert "12.1.0" ([#336](https://github.com/MetaMask/eth-block-tracker/pull/336)) +- 12.1.0 ([#335](https://github.com/MetaMask/eth-block-tracker/pull/335)) +- chore: Update `eth-json-rpc-provider` ([#334](https://github.com/MetaMask/eth-block-tracker/pull/334)) + ### Changed - Bump `@metamask/eth-json-rpc-provider` from `^4.1.5` to `^5.0.0` ([#297](https://github.com/MetaMask/eth-block-tracker/pull/297)) @@ -291,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.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...HEAD +[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 [11.0.4]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.3...v11.0.4 diff --git a/package.json b/package.json index ece6eec..3d328a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "12.0.1", + "version": "12.1.0", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block", "repository": { "type": "git", From 86e41ff21b3a2c5193bfbb85b7716ad7dd108d9d Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Wed, 24 Sep 2025 12:19:30 -0230 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f38216..dab4a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [12.1.0] -### Uncategorized - -- chore: Update publishing workflows to match module template ([#337](https://github.com/MetaMask/eth-block-tracker/pull/337)) -- Revert "12.1.0" ([#336](https://github.com/MetaMask/eth-block-tracker/pull/336)) -- 12.1.0 ([#335](https://github.com/MetaMask/eth-block-tracker/pull/335)) -- chore: Update `eth-json-rpc-provider` ([#334](https://github.com/MetaMask/eth-block-tracker/pull/334)) - ### Changed -- Bump `@metamask/eth-json-rpc-provider` from `^4.1.5` to `^5.0.0` ([#297](https://github.com/MetaMask/eth-block-tracker/pull/297)) +- Bump `@metamask/eth-json-rpc-provider` from `^4.1.5` to `^5.0.0` ([#334](https://github.com/MetaMask/eth-block-tracker/pull/334)) ## [12.0.1]