Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit ac13b1b

Browse files
github-actions[bot]github-actionslegobeat
authored
7.0.1 (#103)
* add retraction notices for 6.0.1 and 7.0.0 to changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 05b900a commit ac13b1b

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [7.0.0]
9+
## [7.0.1]
1010
### Changed
1111
- **BREAKING:** Update minimum Node.js version from v14 to v16 ([#98](https://github.com/MetaMask/eth-hd-keyring/pull/98))
1212
- 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
1616
* `@ethereumjs/util` from `8.0.5` to `^8.1.0`
1717
* `ethereum-cryptography` from `^1.2.0` to `^2.1.2`
1818

19-
## [6.0.1]
20-
### Added
21-
- Export Typescript definitions ([#90](https://github.com/MetaMask/eth-hd-keyring/pull/90))
19+
## [7.0.0] [RETRACTED]
20+
### Changed
21+
- This version was retracted due to a bug causing code to be missing from published package.
2222

23+
## [6.0.2]
2324
### Fixed
2425
- Bump dependencies ([#94](https://github.com/MetaMask/eth-hd-keyring/pull/94))
2526
* `@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
2829
* `@metamask/utils` from `^5.0.0` to `^5.0.2`
2930
* `ethereum-cryptography` from `^1.1.2` to `^1.2.0`
3031

32+
## [6.0.1] [RETRACTED]
33+
### Changed
34+
- This version was retracted due to a bug causing code to be missing from published package.
35+
3136
## [6.0.0]
3237
### Changed
3338
- Revert mnemonic serialization format from `Record<number, number>` (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
8085
- 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`.
8186
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
8287

83-
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.0...HEAD
84-
[7.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v7.0.0
88+
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.1...HEAD
89+
[7.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.0...v7.0.1
90+
[7.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.2...v7.0.0
91+
[6.0.2]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v6.0.2
8592
[6.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.0...v6.0.1
8693
[6.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.1...v6.0.0
8794
[5.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.0...v5.0.1

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-hd-keyring",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)