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

Commit 5a139eb

Browse files
github-actions[bot]github-actionsadonesky1
authored
4.0.0 (#61)
* 4.0.0 * update changelog Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alex <adonesky@gmail.com>
1 parent e653f57 commit 5a139eb

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/
9+
## [4.0.0]
10+
### Changed
11+
- **BREAKING**: Do not allow re-initialization of keyring instance ([#55](https://github.com/MetaMask/eth-hd-keyring/pull/55))
12+
- Consumers are now required to call generateRandomMnemonic() after initialization for creating new SRPs.
13+
- **BREAKING**: Update minimum Node.js version from v10 to v12 ([#45](https://github.com/MetaMask/eth-hd-keyring/pull/45))
14+
- Add `@lavamoat/allow-scripts` ([#47](https://github.com/MetaMask/eth-hd-keyring/pull/47))
15+
- 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.
16+
- 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`
18+
19+
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v4.0.0...HEAD
20+
[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": "3.6.0",
3+
"version": "4.0.0",
44
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
55
"keywords": [
66
"ethereum",

0 commit comments

Comments
 (0)