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

Commit 5d506f1

Browse files
github-actions[bot]github-actionsGudahtt
authored
12.1.0 (#335)
This is the release candidate for version 12.1.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Mark Stacey <markjstacey@gmail.com>
1 parent 06eb987 commit 5d506f1

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [12.1.0]
11+
1012
### Changed
1113

12-
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.5` to `^5.0.0` ([#297](https://github.com/MetaMask/eth-block-tracker/pull/297))
14+
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.5` to `^5.0.0` ([#334](https://github.com/MetaMask/eth-block-tracker/pull/334))
1315

1416
## [12.0.1]
1517

@@ -291,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
291293

292294
- Add RpcBlockTracker
293295

294-
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.1...HEAD
296+
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v12.1.0...HEAD
297+
[12.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.1...v12.1.0
295298
[12.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v12.0.0...v12.0.1
296299
[12.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.4...v12.0.0
297300
[11.0.4]: https://github.com/MetaMask/eth-block-tracker/compare/v11.0.3...v11.0.4

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