Skip to content

Commit ce817c8

Browse files
github-actions[bot]github-actionsMrtenz
authored
10.1.0 (#214)
* 10.1.0 * Update CHANGELOG for version 10.1.0 * Fix typo in CHANGELOG.md --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent b74082a commit ce817c8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [10.1.0]
11+
12+
### Added
13+
14+
- Add `fromSeed` function to `SLIP10Node`, `BIP44Node`, `BIP44CoinTypeNode` ([#212](https://github.com/MetaMask/key-tree/pull/212))
15+
- This is only supported for `secp256k1` and `ed25519` at the moment.
16+
17+
### Changed
18+
19+
- Optimise performance of getting public keys ([#213](https://github.com/MetaMask/key-tree/pull/213))
20+
- Public keys are now re-used when possible, or lazily computed otherwise.
21+
- Tweak precompute window size for `ed25519` ([#209](https://github.com/MetaMask/key-tree/pull/209))
22+
- This can improve performance on some devices.
23+
1024
## [10.0.2]
1125

1226
### Changed
@@ -251,7 +265,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
251265

252266
- Initial release.
253267

254-
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v10.0.2...HEAD
268+
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v10.1.0...HEAD
269+
[10.1.0]: https://github.com/MetaMask/key-tree/compare/v10.0.2...v10.1.0
255270
[10.0.2]: https://github.com/MetaMask/key-tree/compare/v10.0.1...v10.0.2
256271
[10.0.1]: https://github.com/MetaMask/key-tree/compare/v10.0.0...v10.0.1
257272
[10.0.0]: https://github.com/MetaMask/key-tree/compare/v9.1.2...v10.0.0

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": "10.0.2",
3+
"version": "10.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)