Skip to content

Commit

Permalink
10.0.0 (#149)
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 Oct 17, 2024
1 parent 8037f37 commit d638652
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]

## [10.0.0]

### Changed

- **BREAKING**: Adapt to EIP-1193 provider changes by replacing the deprecated `sendAsync` method with the `request` method ([#143](https://github.com/MetaMask/eth-token-tracker/pull/143))
- **BREAKING**: Bump `@metamask/eth-block-tracker` from `^10.1.0` to `^11.0.1` ([#148](https://github.com/MetaMask/eth-token-tracker/pull/148))

## [9.0.0]

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

0 comments on commit d638652

Please sign in to comment.