Skip to content

Commit 9b9a98f

Browse files
github-actions[bot]github-actionsMrtenzFrederikBolding
authored
9.1.0 (#176)
* 9.1.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Frederik Bolding <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]> Co-authored-by: Frederik Bolding <[email protected]>
1 parent 8796e88 commit 9b9a98f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [9.1.0]
10+
### Added
11+
- 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))
12+
- Export `getBIP44CoinTypeToAddressPathTuple` function ([#173](https://github.com/MetaMask/key-tree/pull/173))
13+
14+
### Changed
15+
- Replace `@noble/ed25519` and `@noble/secp256k1` with `@noble/curves` ([#154](https://github.com/MetaMask/key-tree/pull/154))
16+
- 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))
17+
918
## [9.0.0]
1019
### Changed
1120
- **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
153162
### Added
154163
- Initial release.
155164

156-
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.0.0...HEAD
165+
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.1.0...HEAD
166+
[9.1.0]: https://github.com/MetaMask/key-tree/compare/v9.0.0...v9.1.0
157167
[9.0.0]: https://github.com/MetaMask/key-tree/compare/v8.0.0...v9.0.0
158168
[8.0.0]: https://github.com/MetaMask/key-tree/compare/v7.1.1...v8.0.0
159169
[7.1.1]: https://github.com/MetaMask/key-tree/compare/v7.1.0...v7.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/key-tree",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "An interface over BIP-32 and BIP-39 key derivation paths",
55
"homepage": "https://github.com/MetaMask/key-tree#readme",
66
"bugs": {

0 commit comments

Comments
 (0)