From b0efb3bc50375a14fd5c1399a4537acebf16454a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 Jul 2024 15:59:34 +0000 Subject: [PATCH 1/2] 11.0.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 159743d7..26176ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [11.0.0] +### Uncategorized +- Bump the npm_and_yarn group across 1 directory with 2 updates ([#246](https://github.com/MetaMask/eth-block-tracker/pull/246)) + ## [10.1.0] ### Changed - Adapt to EIP-1193 provider changes ([#252](https://github.com/MetaMask/eth-block-tracker/pull/252)) @@ -175,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add RpcBlockTracker -[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v10.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.0...HEAD +[11.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.1.0...v11.0.0 [10.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...v10.1.0 [10.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.3...v10.0.0 [9.0.3]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.2...v9.0.3 diff --git a/package.json b/package.json index 321a5244..968fb5d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "10.1.0", + "version": "11.0.0", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.", "repository": { "type": "git", From 78f17c123a06a29e8f53becdd31dfd4cdd2e74cf Mon Sep 17 00:00:00 2001 From: Kanthesha Devaramane Date: Mon, 22 Jul 2024 17:21:14 +0100 Subject: [PATCH 2/2] changelog updated --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26176ac6..de240d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [11.0.0] -### Uncategorized -- Bump the npm_and_yarn group across 1 directory with 2 updates ([#246](https://github.com/MetaMask/eth-block-tracker/pull/246)) +### Changed +- **BREAKING**: Adapt to EIP-1193 provider changes by using `request` method of provider instead of `sendAsync` ([#252](https://github.com/MetaMask/eth-block-tracker/pull/252)) + - This change included in `10.1.0` was mistakenly categorised as a non-breaking change. + - This requires provider object to have the `request` method. You need to upgrade to minimum `4.1.0` of `@metamask/eth-json-rpc-provider` so that the `request` method is available. -## [10.1.0] +## [10.1.0] [DEPRECATED] ### Changed - Adapt to EIP-1193 provider changes ([#252](https://github.com/MetaMask/eth-block-tracker/pull/252)) - Deprecated `sendAsync` method is replaced with `request` method