From c99293bf014419b4d44fd201f413d866a62598bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:10:16 +0100 Subject: [PATCH] 10.0.1 (#154) --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0377851..e4b76fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 851c56f..9ec8857 100644 --- a/package.json +++ b/package.json @@ -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": {