diff --git a/CHANGELOG.md b/CHANGELOG.md index ac43dee..d97b44a 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] +## [13.0.0] + ### Changed - **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 - 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": {