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

Commit cf1e969

Browse files
github-actions[bot]github-actionskanthesha
authored
10.1.0 (#257)
* 10.1.0 * updated changelog * updated changelog to add version bump in a separate line * updated changelog * updated changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Kanthesha Devaramane <[email protected]>
1 parent b1bdd38 commit cf1e969

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+
## [10.1.0]
10+
### Changed
11+
- Adapt to EIP-1193 provider changes ([#252](https://github.com/MetaMask/eth-block-tracker/pull/252))
12+
- Deprecated `sendAsync` method is replaced with `request` method
13+
- Bump `@metamask/eth-json-rpc-provider` from `^4.0.0` to `^4.1.0` ([#252](https://github.com/MetaMask/eth-block-tracker/pull/252))
14+
915
## [10.0.0]
1016
### Changed
1117
- BREAKING: Drop support for Node.js v16; add support for Node.js v20, v22 ([#245](https://github.com/MetaMask/eth-block-tracker/pull/245))
@@ -169,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169175
### Added
170176
- Add RpcBlockTracker
171177

172-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...HEAD
178+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v10.1.0...HEAD
179+
[10.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...v10.1.0
173180
[10.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.3...v10.0.0
174181
[9.0.3]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.2...v9.0.3
175182
[9.0.2]: https://github.com/MetaMask/eth-block-tracker/compare/v9.0.1...v9.0.2

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": "10.0.0",
3+
"version": "10.1.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)