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

Commit 18b6dc9

Browse files
github-actions[bot]github-actionsrekmarks
authored
13.0.0 (#353)
This is the release candidate for version 13.0.0. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 7270cee. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Erik Marks <[email protected]>
1 parent 178cdee commit 18b6dc9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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+
## [13.0.0]
11+
1012
### Changed
1113

1214
- **BREAKING:** Distribute separate CommonJS and ESM files ([#351](https://github.com/MetaMask/eth-block-tracker/pull/351))
@@ -311,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
311313

312314
- Add RpcBlockTracker
313315

314-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.1...HEAD
316+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v13.0.0...HEAD
317+
[13.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.1...v13.0.0
315318
[12.2.1]: https://github.com/MetaMask/eth-block-tracker/compare/v12.2.0...v12.2.1
316319
[12.2.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...v12.2.0
317320
[12.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.1...v12.1.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.2.1",
3+
"version": "13.0.0",
44
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block",
55
"homepage": "https://github.com/MetaMask/eth-block-tracker#readme",
66
"bugs": {

0 commit comments

Comments
 (0)