Skip to content

Commit

Permalink
10.0.0 (#201)
Browse files Browse the repository at this point in the history
* 10.0.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 7d777bd commit e1a4262
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [10.0.0]

### Added

- Add network property to `SLIP10Node`, `BIP44Node`, and `BIP44CoinTypeNode` ([#200](https://github.com/MetaMask/key-tree/pull/200))
- The network property is only used to determine which BIP-32 extended key version to use.
- For backwards compatibility, the property is optional, and defaults to `mainnet`.
- Add option for custom cryptographic functions ([#197](https://github.com/MetaMask/key-tree/pull/197))
- It's now possible to specify custom functions (`hmacSha512` and `pbkdf2Sha512`) to improve performance.
- Add `extendedKey` property to `SLIP10Node` ([#196](https://github.com/MetaMask/key-tree/pull/196))
- This property can only be accessed on `SLIP10Node`s using `secp256k1`.

### Changed

- **BREAKING:** Bump minimum Node version to `18.20` ([#198](https://github.com/MetaMask/key-tree/pull/198))
- Use WebCrypto API if available ([#197](https://github.com/MetaMask/key-tree/pull/197))
- Bump `@metamask/utils` from `9.0.0` to `9.3.0` ([#191](https://github.com/MetaMask/key-tree/pull/191))

## [9.1.2]

### Changed
Expand Down Expand Up @@ -221,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/MetaMask/key-tree/compare/v9.1.2...HEAD
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v10.0.0...HEAD
[10.0.0]: https://github.com/MetaMask/key-tree/compare/v9.1.2...v10.0.0
[9.1.2]: https://github.com/MetaMask/key-tree/compare/v9.1.1...v9.1.2
[9.1.1]: https://github.com/MetaMask/key-tree/compare/v9.1.0...v9.1.1
[9.1.0]: https://github.com/MetaMask/key-tree/compare/v9.0.0...v9.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/key-tree",
"version": "9.1.2",
"version": "10.0.0",
"description": "An interface over BIP-32 and BIP-39 key derivation paths",
"homepage": "https://github.com/MetaMask/key-tree#readme",
"bugs": {
Expand Down

0 comments on commit e1a4262

Please sign in to comment.