From 52eb5349ef00bd7919ddf424f26d30d80d3fb33f Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 May 2024 02:23:31 +0000 Subject: [PATCH 1/2] 9.0.1 --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572c69ef..81e8e9b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.1] +### Uncategorized +- Enabling MetaMask security code scanner ([#222](https://github.com/MetaMask/eth-block-tracker/pull/222)) +- Add Shared Libraries team in codeowners file ([#202](https://github.com/MetaMask/eth-block-tracker/pull/202)) +- Bump @metamask/eth-json-rpc-provider from 2.3.1 to 2.3.2 ([#217](https://github.com/MetaMask/eth-block-tracker/pull/217)) +- Bump @metamask/json-rpc-engine from 7.2.0 to 7.3.2 ([#209](https://github.com/MetaMask/eth-block-tracker/pull/209)) +- Bump @metamask/eth-json-rpc-provider from 2.2.0 to 2.3.1 ([#198](https://github.com/MetaMask/eth-block-tracker/pull/198)) +- Prevent multiple simultaneous polling loops ([#208](https://github.com/MetaMask/eth-block-tracker/pull/208)) +- Bump @metamask/auto-changelog from 3.4.3 to 3.4.4 ([#201](https://github.com/MetaMask/eth-block-tracker/pull/201)) + ## [9.0.0] ### Changed - Rename package from `eth-block-tracker` to `@metamask/eth-block-tracker` ([#183](https://github.com/MetaMask/eth-block-tracker/pull/183)) @@ -150,7 +160,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/v9.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.1...HEAD +[9.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.0...v9.0.1 [9.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v8.1.0...v9.0.0 [8.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v7.2.0...v8.0.0 diff --git a/package.json b/package.json index a2787afc..83003ebe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-block-tracker", - "version": "9.0.0", + "version": "9.0.1", "description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.", "repository": { "type": "git", From bbb41ceafe9f743e0fe411f1f587781818dc9387 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Fri, 10 May 2024 02:25:30 +0000 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81e8e9b0..0b790731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [9.0.1] -### Uncategorized -- Enabling MetaMask security code scanner ([#222](https://github.com/MetaMask/eth-block-tracker/pull/222)) -- Add Shared Libraries team in codeowners file ([#202](https://github.com/MetaMask/eth-block-tracker/pull/202)) -- Bump @metamask/eth-json-rpc-provider from 2.3.1 to 2.3.2 ([#217](https://github.com/MetaMask/eth-block-tracker/pull/217)) -- Bump @metamask/json-rpc-engine from 7.2.0 to 7.3.2 ([#209](https://github.com/MetaMask/eth-block-tracker/pull/209)) -- Bump @metamask/eth-json-rpc-provider from 2.2.0 to 2.3.1 ([#198](https://github.com/MetaMask/eth-block-tracker/pull/198)) -- Prevent multiple simultaneous polling loops ([#208](https://github.com/MetaMask/eth-block-tracker/pull/208)) -- Bump @metamask/auto-changelog from 3.4.3 to 3.4.4 ([#201](https://github.com/MetaMask/eth-block-tracker/pull/201)) +### Fixed +- Concurrency fix: Prevent multiple simultaneous polling loops ([#208](https://github.com/MetaMask/eth-block-tracker/pull/208)) +- Bump `@metamask/eth-json-rpc-provider` from `^2.1.0` to `^2.3.1` ([#198](https://github.com/MetaMask/eth-block-tracker/pull/198)) ([#217](https://github.com/MetaMask/eth-block-tracker/pull/217)) ## [9.0.0] ### Changed