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

Commit

Permalink
4.0.0 (#61)
Browse files Browse the repository at this point in the history
* 4.0.0

* update changelog

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Alex <[email protected]>
  • Loading branch information
3 people authored Apr 18, 2022
1 parent e653f57 commit 5a139eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/
## [4.0.0]
### Changed
- **BREAKING**: Do not allow re-initialization of keyring instance ([#55](https://github.com/MetaMask/eth-hd-keyring/pull/55))
- Consumers are now required to call generateRandomMnemonic() after initialization for creating new SRPs.
- **BREAKING**: Update minimum Node.js version from v10 to v12 ([#45](https://github.com/MetaMask/eth-hd-keyring/pull/45))
- Add `@lavamoat/allow-scripts` ([#47](https://github.com/MetaMask/eth-hd-keyring/pull/47))
- 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.
- Obfuscate serialized mnemonic ([#59](https://github.com/MetaMask/eth-hd-keyring/pull/59))
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`

[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v4.0.0...HEAD
[4.0.0]: https://github.com/MetaMask/eth-hd-keyring/releases/tag/v4.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/eth-hd-keyring",
"version": "3.6.0",
"version": "4.0.0",
"description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.",
"keywords": [
"ethereum",
Expand Down

0 comments on commit 5a139eb

Please sign in to comment.