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

Commit 7d4da19

Browse files
github-actions[bot]github-actionslegobeat
authored
8.0.0 (#180)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent c9b558f commit 7d4da19

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [8.0.0]
10+
### Changed
11+
- Bump @metamask/utils from ^5.0.2 to ^8.1.0 ([#178](https://github.com/MetaMask/eth-block-tracker/pull/178))
12+
- **BREAKING**: Bump @metamask/eth-json-rpc-provider from ^1.0.0 to ^2.1.0 ([#174](https://github.com/MetaMask/eth-block-tracker/pull/174))
13+
- **BREAKING**: Increase minimum Node.js version to 16 ([#173](https://github.com/MetaMask/eth-block-tracker/pull/173))
14+
915
## [7.2.0]
1016
### Added
1117
- Typescript: Export `BlockTracker` interface ([#168](https://github.com/MetaMask/eth-block-tracker/pull/168))
@@ -136,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136142
### Added
137143
- Add RpcBlockTracker
138144

139-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v7.2.0...HEAD
145+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v8.0.0...HEAD
146+
[8.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v7.2.0...v8.0.0
140147
[7.2.0]: https://github.com/MetaMask/eth-block-tracker/compare/v7.1.0...v7.2.0
141148
[7.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v7.0.1...v7.1.0
142149
[7.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v7.0.0...v7.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-block-tracker",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
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)