From 9b9a98f1a1c2dfcef3df49d526c461fab027b660 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 13:37:43 +0200 Subject: [PATCH] 9.1.0 (#176) * 9.1.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Frederik Bolding --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn Co-authored-by: Frederik Bolding --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31fda37d..cad7bcb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [9.1.0] +### Added +- Add support for Cardano key derivation according to CIP3-Icarus ([#158](https://github.com/MetaMask/key-tree/pull/158), [#170](https://github.com/MetaMask/key-tree/pull/170), [#171](https://github.com/MetaMask/key-tree/pull/171), [#172](https://github.com/MetaMask/key-tree/pull/172)) +- Export `getBIP44CoinTypeToAddressPathTuple` function ([#173](https://github.com/MetaMask/key-tree/pull/173)) + +### Changed +- Replace `@noble/ed25519` and `@noble/secp256k1` with `@noble/curves` ([#154](https://github.com/MetaMask/key-tree/pull/154)) +- Bump several MetaMask dependencies ([#151](https://github.com/MetaMask/key-tree/pull/151), [#165](https://github.com/MetaMask/key-tree/pull/165), [#167](https://github.com/MetaMask/key-tree/pull/167)) + ## [9.0.0] ### Changed - **BREAKING:** Disallow importing from `./dist` paths ([#147](https://github.com/MetaMask/key-tree/pull/147)) @@ -153,7 +162,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/v9.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.1.0...HEAD +[9.1.0]: https://github.com/MetaMask/key-tree/compare/v9.0.0...v9.1.0 [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 diff --git a/package.json b/package.json index 7691743d..5bbe9568 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/key-tree", - "version": "9.0.0", + "version": "9.1.0", "description": "An interface over BIP-32 and BIP-39 key derivation paths", "homepage": "https://github.com/MetaMask/key-tree#readme", "bugs": {