From 8907d9de6f6ceba3335b0648e7e804444cbd558a Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 25 Sep 2023 09:28:35 +0000 Subject: [PATCH 1/4] 7.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e7baf..658c10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.0] + ## [6.0.1] ### Added - Export Typescript definitions ([#90](https://github.com/MetaMask/eth-hd-keyring/pull/90)) @@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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`. - Package name changed from `eth-hd-keyring` to `@metamask/eth-hd-keyring`. -[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...HEAD +[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v7.0.0...HEAD +[7.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...v7.0.0 [6.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.1...v6.0.0 [5.0.1]: https://github.com/MetaMask/eth-hd-keyring/compare/v5.0.0...v5.0.1 diff --git a/package.json b/package.json index deb0e42..d6e64ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-hd-keyring", - "version": "6.0.1", + "version": "7.0.0", "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.", "keywords": [ "ethereum", From 3b4a334853283be698ba6a288a3ab6c1b1842d53 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Mon, 25 Sep 2023 11:13:36 +0000 Subject: [PATCH 2/4] update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658c10a..f3df338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [7.0.0] +### Changed +- **BREAKING:** Update minimum Node.js version from v14 to v16 ([#98](https://github.com/MetaMask/eth-hd-keyring/pull/98)) +- Bumped dependencies ([#99](https://github.com/MetaMask/eth-hd-keyring/pull/99)) + * **BREAKING:** `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` + * `@ethereumjs/tx` from `^4.1.1` to `^4.2.0` + * `@ethereumjs/util` from `8.0.5` to `^8.1.0` + * **BREAKING:** `@metamask/utils` from `^5.0.2` to `^8.1.0` + * `ethereum-cryptography` from `^1.2.0` to `^2.1.2` ## [6.0.1] ### Added From 53b6b7e8499eed589d761088ff5cfa26cd4bada2 Mon Sep 17 00:00:00 2001 From: legobeat <109787230+legobeat@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:20:47 +0900 Subject: [PATCH 3/4] Update CHANGELOG.md Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3df338..3ada9cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [7.0.0] ### Changed - **BREAKING:** Update minimum Node.js version from v14 to v16 ([#98](https://github.com/MetaMask/eth-hd-keyring/pull/98)) -- Bumped dependencies ([#99](https://github.com/MetaMask/eth-hd-keyring/pull/99)) +- Bump dependencies ([#99](https://github.com/MetaMask/eth-hd-keyring/pull/99)) * **BREAKING:** `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` * `@ethereumjs/tx` from `^4.1.1` to `^4.2.0` * `@ethereumjs/util` from `8.0.5` to `^8.1.0` From 6c3e8637b5c512cfd29f920efdb7ce004dc47e43 Mon Sep 17 00:00:00 2001 From: legobt <6wbvkn0j@anonaddy.me> Date: Mon, 25 Sep 2023 11:21:37 +0000 Subject: [PATCH 4/4] reorder changelog subentries --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ada9cf..603ce6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **BREAKING:** Update minimum Node.js version from v14 to v16 ([#98](https://github.com/MetaMask/eth-hd-keyring/pull/98)) - Bump dependencies ([#99](https://github.com/MetaMask/eth-hd-keyring/pull/99)) * **BREAKING:** `@metamask/eth-sig-util` from `^6.0.0` to `^7.0.0` + * **BREAKING:** `@metamask/utils` from `^5.0.2` to `^8.1.0` * `@ethereumjs/tx` from `^4.1.1` to `^4.2.0` * `@ethereumjs/util` from `8.0.5` to `^8.1.0` - * **BREAKING:** `@metamask/utils` from `^5.0.2` to `^8.1.0` * `ethereum-cryptography` from `^1.2.0` to `^2.1.2` ## [6.0.1]