Skip to content

Commit

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

## [Unreleased]

## [10.0.1]

### Changed

- Bump `@metamask/eth-block-tracker` from `^11.0.1` to `^11.0.3` ([#153](https://github.com/MetaMask/eth-token-tracker/pull/153))

## [10.0.0]

### Changed
Expand Down Expand Up @@ -148,7 +154,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/v10.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/eth-token-tracker/compare/v10.0.1...HEAD
[10.0.1]: https://github.com/MetaMask/eth-token-tracker/compare/v10.0.0...v10.0.1
[10.0.0]: https://github.com/MetaMask/eth-token-tracker/compare/v9.0.0...v10.0.0
[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
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": "10.0.0",
"version": "10.0.1",
"description": "A module for tracking Ethereum token balances over block changes.",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit c99293b

Please sign in to comment.