Skip to content

Commit c99293b

Browse files
10.0.1 (#154)
1 parent ce751da commit c99293b

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [10.0.1]
11+
12+
### Changed
13+
14+
- Bump `@metamask/eth-block-tracker` from `^11.0.1` to `^11.0.3` ([#153](https://github.com/MetaMask/eth-token-tracker/pull/153))
15+
1016
## [10.0.0]
1117

1218
### Changed
@@ -148,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148154
- Update 'mkdirp' and 'minimist' to address security advisory (#27)
149155
- Update 'kind-of' to address security advisory (#28)
150156

151-
[Unreleased]: https://github.com/MetaMask/eth-token-tracker/compare/v10.0.0...HEAD
157+
[Unreleased]: https://github.com/MetaMask/eth-token-tracker/compare/v10.0.1...HEAD
158+
[10.0.1]: https://github.com/MetaMask/eth-token-tracker/compare/v10.0.0...v10.0.1
152159
[10.0.0]: https://github.com/MetaMask/eth-token-tracker/compare/v9.0.0...v10.0.0
153160
[9.0.0]: https://github.com/MetaMask/eth-token-tracker/compare/v8.0.0...v9.0.0
154161
[8.0.0]: https://github.com/MetaMask/eth-token-tracker/compare/v7.0.2...v8.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-token-tracker",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "A module for tracking Ethereum token balances over block changes.",
55
"main": "dist/index.js",
66
"engines": {

0 commit comments

Comments
 (0)