diff --git a/CHANGELOG.md b/CHANGELOG.md index 603ce6f..57dc5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [7.0.0] +## [7.0.1] ### Changed - **BREAKING:** Update minimum Node.js version from v14 to v16 ([#98](https://github.com/MetaMask/eth-hd-keyring/pull/98)) - Bump dependencies ([#99](https://github.com/MetaMask/eth-hd-keyring/pull/99)) @@ -16,10 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `@ethereumjs/util` from `8.0.5` to `^8.1.0` * `ethereum-cryptography` from `^1.2.0` to `^2.1.2` -## [6.0.1] -### Added -- Export Typescript definitions ([#90](https://github.com/MetaMask/eth-hd-keyring/pull/90)) +## [7.0.0] [RETRACTED] +### Changed +- This version was retracted due to a bug causing code to be missing from published package. +## [6.0.2] ### Fixed - Bump dependencies ([#94](https://github.com/MetaMask/eth-hd-keyring/pull/94)) * `@ethereumjs/util` from `^8.0.2` to `^8.1.0` @@ -28,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `@metamask/utils` from `^5.0.0` to `^5.0.2` * `ethereum-cryptography` from `^1.1.2` to `^1.2.0` +## [6.0.1] [RETRACTED] +### Changed +- This version was retracted due to a bug causing code to be missing from published package. + ## [6.0.0] ### Changed - Revert mnemonic serialization format from `Record` (i.e. a stringified `Uint8Array`) which was introduced in v5.0.0 back to an untyped array of utf8 encoded bytes, which was the format prior to v5.0.0 ([#81](https://github.com/MetaMask/eth-hd-keyring/pull/81)) @@ -80,8 +85,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Deserialize method (and `HdKeyring` constructor by extension) can no longer be passed an options object containing a value for `numberOfAccounts` if it is not also containing a value for `mnemonic`. - Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`. -[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.0...HEAD -[7.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v7.0.0 +[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.1...HEAD +[7.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.0...v7.0.1 +[7.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.2...v7.0.0 +[6.0.2]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v6.0.2 [6.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.1...v6.0.0 [5.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.0...v5.0.1 diff --git a/package.json b/package.json index c0a6e08..b7c769d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-hd-keyring", - "version": "7.0.0", + "version": "7.0.1", "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.", "keywords": [ "ethereum",