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

Commit 4d9fbd5

Browse files
github-actions[bot]github-actionslegobeat
authored
6.0.2 (#104)
* add retraction notice for 6.0.1 to changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
1 parent 6d61e99 commit 4d9fbd5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [6.0.1]
10-
### Added
11-
- Export Typescript definitions ([#90](https://github.com/MetaMask/eth-hd-keyring/pull/90))
12-
9+
## [6.0.2]
1310
### Fixed
1411
- Bump dependencies ([#94](https://github.com/MetaMask/eth-hd-keyring/pull/94))
1512
* `@ethereumjs/util` from `^8.0.2` to `^8.1.0`
@@ -18,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1815
* `@metamask/utils` from `^5.0.0` to `^5.0.2`
1916
* `ethereum-cryptography` from `^1.1.2` to `^1.2.0`
2017

18+
## [6.0.1] [RETRACTED]
19+
### Changed
20+
- This version was retracted due to a bug causing code to be missing from published package.
21+
2122
## [6.0.0]
2223
### Changed
2324
- 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))
@@ -70,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7071
- 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`.
7172
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
7273

73-
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...HEAD
74+
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.2...HEAD
75+
[6.0.2]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v6.0.2
7476
[6.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.0...v6.0.1
7577
[6.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.1...v6.0.0
7678
[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": "6.0.1",
3+
"version": "6.0.2",
44
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)