Skip to content

Commit

Permalink
7.0.1 (#145)
Browse files Browse the repository at this point in the history

---------

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

## [Unreleased]

## [7.0.1]
### Changed
- Dependency updates:
- Bump @metamask/utils from 5.0.1 to 5.0.2
- [#141](https://github.com/MetaMask/eth-block-tracker/pull/141)
- [#144](https://github.com/MetaMask/eth-block-tracker/pull/144)
- Bump @metamask/safe-event-emitter from 2.0.0 to 3.0.0 ([#143](https://github.com/MetaMask/eth-block-tracker/pull/143))

## [7.0.0]
### Changed
- **BREAKING:** The type of the `provider` option for `PollingBlockTracker` and `SubscribeBlockTracker` has changed ([#130](https://github.com/MetaMask/eth-block-tracker/pull/130))
Expand Down Expand Up @@ -114,7 +122,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-block-tracker/compare/v7.0.1...HEAD
[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
[6.0.0]: https://github.com/MetaMask/eth-block-tracker/compare/v5.0.1...v6.0.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.0",
"version": "7.0.1",
"description": "A block tracker for the Ethereum blockchain. Keeps track of the latest block.",
"repository": {
"type": "git",
Expand Down

0 comments on commit a2cdf81

Please sign in to comment.