From c81212bacd066dcc7c90cdc3d0b05b2fb3aea226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 14:16:06 +0200 Subject: [PATCH] 9.0.0 (#150) * 9.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2777628c..31fda37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.0.0] +### Changed +- **BREAKING:** Disallow importing from `./dist` paths ([#147](https://github.com/MetaMask/key-tree/pull/147)) +- Export `mnemonicPhraseToBytes` and `createBip39KeyFromSeed` ([#149](https://github.com/MetaMask/key-tree/pull/149)) + +### Fixed +- Add support for Node.js with ESM ([#147](https://github.com/MetaMask/key-tree/pull/147)) +- Remove `postinstall` script ([#146](https://github.com/MetaMask/key-tree/pull/146)) + - This caused installation to fail. + ## [8.0.0] ### Changed - **BREAKING:** Build the package as both CJS and ESM ([#140](https://github.com/MetaMask/key-tree/pull/139)) @@ -143,7 +153,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/v8.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.0.0...HEAD +[9.0.0]: https://github.com/MetaMask/key-tree/compare/v8.0.0...v9.0.0 [8.0.0]: https://github.com/MetaMask/key-tree/compare/v7.1.1...v8.0.0 [7.1.1]: https://github.com/MetaMask/key-tree/compare/v7.1.0...v7.1.1 [7.1.0]: https://github.com/MetaMask/key-tree/compare/v7.0.0...v7.1.0 diff --git a/package.json b/package.json index 9003374a..12deded6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/key-tree", - "version": "8.0.0", + "version": "9.0.0", "description": "An interface over BIP-32 and BIP-39 key derivation paths", "homepage": "https://github.com/MetaMask/key-tree#readme", "bugs": {