Skip to content

Commit

Permalink
9.0.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
1 parent 967af51 commit 4256a59
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0]

### Changed

- **BREAKING**: Drop support for Node.js v16 and v21 ([#140](https://github.com/MetaMask/eth-token-tracker/pull/140))
- Update `@metamask/eth-block-tracker` from `^9.0.2` to `^10.0.0` ([#141](https://github.com/MetaMask/eth-token-tracker/pull/141))

## [8.0.0]

### Removed
Expand Down Expand Up @@ -134,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update 'mkdirp' and 'minimist' to address security advisory (#27)
- Update 'kind-of' to address security advisory (#28)

[Unreleased]: https://github.com/MetaMask/eth-token-tracker/compare/v8.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-token-tracker/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/MetaMask/eth-token-tracker/compare/v8.0.0...v9.0.0
[8.0.0]: https://github.com/MetaMask/eth-token-tracker/compare/v7.0.2...v8.0.0
[7.0.2]: https://github.com/MetaMask/eth-token-tracker/compare/v7.0.1...v7.0.2
[7.0.1]: https://github.com/MetaMask/eth-token-tracker/compare/v7.0.0...v7.0.1
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": "@metamask/eth-token-tracker",
"version": "8.0.0",
"version": "9.0.0",
"description": "A module for tracking Ethereum token balances over block changes.",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit 4256a59

Please sign in to comment.