From cfc3856c25bab01905f8b058efcfe39e0e504a38 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 5 Dec 2024 13:21:29 +0000 Subject: [PATCH 1/2] 10.0.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0377851..f31d820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [10.0.1] + +### Uncategorized + +- chore(deps): bump `@metamask/eth-block-tracker` to `^11.0.3` ([#153](https://github.com/MetaMask/eth-token-tracker/pull/153)) +- Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group ([#151](https://github.com/MetaMask/eth-token-tracker/pull/151)) + ## [10.0.0] ### Changed @@ -148,7 +155,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": { From 0e2fb1ad13d74b4603837c164b5e493666da77c7 Mon Sep 17 00:00:00 2001 From: Michele Esposito <34438276+mikesposito@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:51:28 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31d820..e4b76fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [10.0.1] -### Uncategorized +### Changed -- chore(deps): bump `@metamask/eth-block-tracker` to `^11.0.3` ([#153](https://github.com/MetaMask/eth-token-tracker/pull/153)) -- Bump elliptic from 6.5.7 to 6.6.0 in the npm_and_yarn group ([#151](https://github.com/MetaMask/eth-token-tracker/pull/151)) +- 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]