From 286c2fca39f10767aad4b30d72f5d4ffc3d6f3af Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 9 Jan 2023 17:55:04 +0000 Subject: [PATCH 1/5] 6.1.0 --- CHANGELOG.md | 19 ++++++++++++++++++- package.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fc177a..dcf7d4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.1.0] +### Uncategorized +- Bump @metamask/utils from 3.4.0 to 3.4.1 ([#104](https://github.com/MetaMask/key-tree/pull/104)) +- Update `bip39` implementation to `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) +- Bump json5 from 1.0.1 to 1.0.2 ([#103](https://github.com/MetaMask/key-tree/pull/103)) +- Bump @metamask/utils from 3.3.1 to 3.4.0 ([#102](https://github.com/MetaMask/key-tree/pull/102)) +- Bump @metamask/eslint-config-jest from 11.0.0 to 11.1.0 ([#100](https://github.com/MetaMask/key-tree/pull/100)) +- Bump @metamask/eslint-config-typescript from 11.0.2 to 11.1.0 ([#99](https://github.com/MetaMask/key-tree/pull/99)) +- Bump @metamask/eslint-config-nodejs from 11.0.1 to 11.1.0 ([#97](https://github.com/MetaMask/key-tree/pull/97)) +- Bump @metamask/eslint-config from 11.0.2 to 11.1.0 ([#98](https://github.com/MetaMask/key-tree/pull/98)) +- Bump @metamask/eslint-config from 11.0.1 to 11.0.2 ([#96](https://github.com/MetaMask/key-tree/pull/96)) +- Bump @metamask/eslint-config-typescript from 11.0.0 to 11.0.2 ([#95](https://github.com/MetaMask/key-tree/pull/95)) +- Bump ESLint configs and related dependencies ([#94](https://github.com/MetaMask/key-tree/pull/94)) +- Bump @metamask/utils from 3.3.0 to 3.3.1 ([#88](https://github.com/MetaMask/key-tree/pull/88)) +- Bump @metamask/auto-changelog from 2.6.1 to 3.1.0 ([#90](https://github.com/MetaMask/key-tree/pull/90)) + ## [6.0.0] ### Changed - BREAKING: Rename all occurrences of `Buffer` with `Bytes` or `Uint8Array` ([#84](https://github.com/MetaMask/key-tree/pull/84)) @@ -98,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release. -[Unreleased]: https://github.com/MetaMask/key-tree/compare/v6.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/key-tree/compare/v6.1.0...HEAD +[6.1.0]: https://github.com/MetaMask/key-tree/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/MetaMask/key-tree/compare/v5.0.2...v6.0.0 [5.0.2]: https://github.com/MetaMask/key-tree/compare/v5.0.1...v5.0.2 [5.0.1]: https://github.com/MetaMask/key-tree/compare/v5.0.0...v5.0.1 diff --git a/package.json b/package.json index d1f3f46c..4dcdfc4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/key-tree", - "version": "6.0.0", + "version": "6.1.0", "description": "An interface over BIP-32 and BIP-39 key derivation paths.", "repository": { "type": "git", From ba63cfdabb2164012948a93c5262ee2141e253fd Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Jan 2023 12:24:07 -0600 Subject: [PATCH 2/5] update changelog --- CHANGELOG.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf7d4d0..7665f25e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,20 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [6.1.0] -### Uncategorized -- Bump @metamask/utils from 3.4.0 to 3.4.1 ([#104](https://github.com/MetaMask/key-tree/pull/104)) -- Update `bip39` implementation to `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) -- Bump json5 from 1.0.1 to 1.0.2 ([#103](https://github.com/MetaMask/key-tree/pull/103)) -- Bump @metamask/utils from 3.3.1 to 3.4.0 ([#102](https://github.com/MetaMask/key-tree/pull/102)) -- Bump @metamask/eslint-config-jest from 11.0.0 to 11.1.0 ([#100](https://github.com/MetaMask/key-tree/pull/100)) -- Bump @metamask/eslint-config-typescript from 11.0.2 to 11.1.0 ([#99](https://github.com/MetaMask/key-tree/pull/99)) -- Bump @metamask/eslint-config-nodejs from 11.0.1 to 11.1.0 ([#97](https://github.com/MetaMask/key-tree/pull/97)) -- Bump @metamask/eslint-config from 11.0.2 to 11.1.0 ([#98](https://github.com/MetaMask/key-tree/pull/98)) -- Bump @metamask/eslint-config from 11.0.1 to 11.0.2 ([#96](https://github.com/MetaMask/key-tree/pull/96)) -- Bump @metamask/eslint-config-typescript from 11.0.0 to 11.0.2 ([#95](https://github.com/MetaMask/key-tree/pull/95)) -- Bump ESLint configs and related dependencies ([#94](https://github.com/MetaMask/key-tree/pull/94)) -- Bump @metamask/utils from 3.3.0 to 3.3.1 ([#88](https://github.com/MetaMask/key-tree/pull/88)) -- Bump @metamask/auto-changelog from 2.6.1 to 3.1.0 ([#90](https://github.com/MetaMask/key-tree/pull/90)) +### Changed +- Update `bip39` implementation from `scure-bip39` to metamask fork version `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) ## [6.0.0] ### Changed From 3238a52f37c04d2accfff258003d5dcfb076f8de Mon Sep 17 00:00:00 2001 From: Alex Donesky Date: Mon, 9 Jan 2023 13:38:46 -0600 Subject: [PATCH 3/5] 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 7665f25e..4ef5eac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.1.0] ### Changed -- Update `bip39` implementation from `scure-bip39` to metamask fork version `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) +- Update BIP-39 implementation from `@scure/bip39` to MetaMask fork version `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) ## [6.0.0] ### Changed From 36bc2df2abc25c049a5823db86848a4295b4d1d3 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Jan 2023 15:17:37 -0600 Subject: [PATCH 4/5] add context for changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ef5eac4..4a707fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [6.1.0] ### Changed - Update BIP-39 implementation from `@scure/bip39` to MetaMask fork version `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) + - The `@metamask/scure-bip39` fork accepts mnemonics in `Uint8Array` format allowing us to progress to more secure patterns of passing mnemonics around. This change is non-breaking however, as the `mnemonicToSeed` function used in this package still accepts mnemonics in string format as well. ## [6.0.0] ### Changed From 6503bd7f7240b04f034c3a35dd150641731f064f Mon Sep 17 00:00:00 2001 From: Alex Donesky Date: Tue, 10 Jan 2023 08:52:53 -0600 Subject: [PATCH 5/5] 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 4a707fac..b285c2da 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 ## [6.1.0] ### Changed - Update BIP-39 implementation from `@scure/bip39` to MetaMask fork version `@metamask/scure-bip39` ([#101](https://github.com/MetaMask/key-tree/pull/101)) - - The `@metamask/scure-bip39` fork accepts mnemonics in `Uint8Array` format allowing us to progress to more secure patterns of passing mnemonics around. This change is non-breaking however, as the `mnemonicToSeed` function used in this package still accepts mnemonics in string format as well. + - The `@metamask/scure-bip39` fork accepts secret recovery phrases in `Uint8Array` format making it possible to use more secure patterns of passing secret recovery phrases around. This change is non-breaking however, as the `mnemonicToSeed` function used in this package still accepts secret recovery phrases in string format. ## [6.0.0] ### Changed