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

Commit fc0b087

Browse files
github-actions[bot]github-actionslegobeatMrtenz
authored
7.0.0 (#100)
--------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 9b22611 commit fc0b087

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,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [7.0.0]
10+
### Changed
11+
- **BREAKING:** Update minimum Node.js version from v14 to v16 ([#98](https://github.com/MetaMask/eth-hd-keyring/pull/98))
12+
- Bump dependencies ([#99](https://github.com/MetaMask/eth-hd-keyring/pull/99))
13+
* **BREAKING:** `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0`
14+
* **BREAKING:** `@metamask/utils` from `^5.0.2` to `^8.1.0`
15+
* `@ethereumjs/tx` from `^4.1.1` to `^4.2.0`
16+
* `@ethereumjs/util` from `8.0.5` to `^8.1.0`
17+
* `ethereum-cryptography` from `^1.2.0` to `^2.1.2`
18+
919
## [6.0.1]
1020
### Added
1121
- Export Typescript definitions ([#90](https://github.com/MetaMask/eth-hd-keyring/pull/90))
@@ -70,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7080
- 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`.
7181
- Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`.
7282

73-
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...HEAD
83+
[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.0...HEAD
84+
[7.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v7.0.0
7485
[6.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.0...v6.0.1
7586
[6.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.1...v6.0.0
7687
[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": "7.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)