From f4a8aa934684ee9a8f02ff292c550095f192ad5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:48:15 +0900 Subject: [PATCH] 6.0.1 (#96) --------- Co-authored-by: github-actions Co-authored-by: legobt <6wbvkn0j@anonaddy.me> Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68bb4ce..45e7baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [6.0.1] +### Added +- Export Typescript definitions ([#90](https://github.com/MetaMask/eth-hd-keyring/pull/90)) + +### Fixed +- Bump dependencies ([#94](https://github.com/MetaMask/eth-hd-keyring/pull/94)) + * `@ethereumjs/util` from `^8.0.2` to `^8.1.0` + * `@metamask/eth-sig-util` from `^5.0.2` to `^6.0.0` + * `@metamask/scure-bip39` from `^2.0.3` to `^2.1.0` + * `@metamask/utils` from `^5.0.0` to `^5.0.2` + * `ethereum-cryptography` from `^1.1.2` to `^1.2.0` + ## [6.0.0] ### Changed - Revert mnemonic serialization format from `Record` (i.e. a stringified `Uint8Array`) which was introduced in v5.0.0 back to an untyped array of utf8 encoded bytes, which was the format prior to v5.0.0 ([#81](https://github.com/MetaMask/eth-hd-keyring/pull/81)) @@ -58,7 +70,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.0...HEAD +[Unreleased]: https://github.com/MetaMask/eth-hd-keyring/compare/v6.0.1...HEAD +[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 [5.0.0]: https://github.com/MetaMask/eth-hd-keyring/compare/v4.0.2...v5.0.0 diff --git a/package.json b/package.json index 63e3150..404eb36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-hd-keyring", - "version": "6.0.0", + "version": "6.0.1", "description": "A simple standard interface for a seed phrase generated set of Ethereum accounts.", "keywords": [ "ethereum",