You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
@@ -28,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
29
*`@metamask/utils` from `^5.0.0` to `^5.0.2`
29
30
*`ethereum-cryptography` from `^1.1.2` to `^1.2.0`
30
31
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
+
31
36
## [6.0.0]
32
37
### Changed
33
38
- 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
80
85
- 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`.
81
86
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
0 commit comments