Skip to content

Commit 95a8470

Browse files
9.0.1 (#236)
1 parent 2b01db0 commit 95a8470

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.0.1]
10+
### Fixed
11+
- Concurrency fix: Prevent multiple simultaneous polling loops ([#208](https://github.com/MetaMask/eth-block-tracker/pull/208))
12+
- 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))
13+
914
## [9.0.0]
1015
### Changed
1116
- Rename package from `eth-block-tracker` to `@metamask/eth-block-tracker` ([#183](https://github.com/MetaMask/eth-block-tracker/pull/183))
@@ -150,7 +155,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150155
### Added
151156
- Add RpcBlockTracker
152157

153-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.0...HEAD
158+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.1...HEAD
159+
[9.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.0...v9.0.1
154160
[9.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v8.1.0...v9.0.0
155161
[8.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v8.0.0...v8.1.0
156162
[8.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v7.2.0...v8.0.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": "9.0.0",
3+
"version": "9.0.1",
44
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)