Skip to content

Commit

Permalink
7.1.0 (#153)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Jiexi Luan <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2023
1 parent dc2e461 commit f703689
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.1.0]
### Added
- Add `usePastBlocks` to constructor ([#151](https://github.com/MetaMask/eth-block-tracker/pull/151))
- Optional flag. When set to true, it allows blocks less than the current block number to be cached and returned.

## [7.0.1]
### Changed
- Dependency updates:
Expand Down Expand Up @@ -122,7 +127,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/v7.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v7.1.0...HEAD
[7.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v7.0.1...v7.1.0
[7.0.1]: https://github.com/MetaMask/eth-block-tracker/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v6.1.0...v7.0.0
[6.1.0]: https://github.com/MetaMask/eth-block-tracker/compare/v6.0.0...v6.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-block-tracker",
"version": "7.0.1",
"version": "7.1.0",
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.",
"repository": {
"type": "git",
Expand Down

0 comments on commit f703689

Please sign in to comment.