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

Commit 46d42a8

Browse files
github-actions[bot]github-actionsadonesky1
authored
4.0.1 (#63)
* 4.0.1 Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alex <adonesky@gmail.com>
1 parent 7ce5c14 commit 46d42a8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.0.1]
10+
### Added
11+
- Add tests to get coverage to 100% ([#62](https://github.com/MetaMask/eth-hd-keyring/pull/62))
12+
13+
### Fixed
14+
- Fix bug where an unexpected error would occur if the mnemonic passed to `_initFromMnemonic` was a buffer array ([#62](https://github.com/MetaMask/eth-hd-keyring/pull/62))
15+
916
## [4.0.0]
1017
### Changed
1118
- **BREAKING**: Do not allow re-initialization of keyring instance ([#55](https://github.com/MetaMask/eth-hd-keyring/pull/55))
@@ -14,7 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1421
- Add `@lavamoat/allow-scripts` ([#47](https://github.com/MetaMask/eth-hd-keyring/pull/47))
1522
- We now have an allowlist for all post-install scripts. The standard setup script has been added, along with new contributor documentation in the README to explain this script.
1623
- Obfuscate serialized mnemonic ([#59](https://github.com/MetaMask/eth-hd-keyring/pull/59))
17-
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`
24+
- Class variable `mnemonic` on `HdKeyring` can now be either type `Buffer` or type `string`.
25+
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
1826

19-
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v4.0.0...HEAD
27+
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v4.0.1...HEAD
28+
[4.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v4.0.0...v4.0.1
2029
[4.0.0]: https://github.com/MetaMask/eth-hd-keyring/releases/tag/v4.0.0

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": "4.0.0",
3+
"version": "4.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)