diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bc854..1615a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.1] +### Fixed +- Bump `async-mutex` from `^0.3.1` to `^0.5.0` ([#78](https://github.com/MetaMask/nonce-tracker/pull/78)) + ## [6.0.0] ### Added - New `setProvider` function allows atomically changing provider and blockTracker ([#75](https://github.com/MetaMask/nonce-tracker/pull/75)) @@ -71,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add documentation -[Unreleased]: https://github.com/MetaMask/nonce-tracker/compare/v6.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/nonce-tracker/compare/v6.0.1...HEAD +[6.0.1]: https://github.com/MetaMask/nonce-tracker/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v5.0.0...v6.0.0 [5.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v4.0.0...v5.0.0 [4.0.0]: https://github.com/MetaMask/nonce-tracker/compare/v3.0.0...v4.0.0 diff --git a/package.json b/package.json index cff0bab..0194d4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/nonce-tracker", - "version": "6.0.0", + "version": "6.0.1", "description": "Transaction nonce calculation used in MetaMask.", "keywords": [ "ethereum"