Skip to content

Commit e89af7d

Browse files
github-actions[bot]github-actionsMrtenz
authored
10.1.1 (#219)
* 10.1.1 * Update CHANGELOG --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 256b043 commit e89af7d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [10.1.1]
11+
12+
### Changed
13+
14+
- Further optimise performance of getting public keys ([#218](https://github.com/MetaMask/key-tree/pull/218))
15+
- Tweak precompute window size for `secp256k1` ([#217](https://github.com/MetaMask/key-tree/pull/217))
16+
- This can improve performance on some devices.
17+
1018
## [10.1.0]
1119

1220
### Added
@@ -265,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265273

266274
- Initial release.
267275

268-
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v10.1.0...HEAD
276+
[Unreleased]: https://github.com/MetaMask/key-tree/compare/v10.1.1...HEAD
277+
[10.1.1]: https://github.com/MetaMask/key-tree/compare/v10.1.0...v10.1.1
269278
[10.1.0]: https://github.com/MetaMask/key-tree/compare/v10.0.2...v10.1.0
270279
[10.0.2]: https://github.com/MetaMask/key-tree/compare/v10.0.1...v10.0.2
271280
[10.0.1]: https://github.com/MetaMask/key-tree/compare/v10.0.0...v10.0.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": "10.1.0",
3+
"version": "10.1.1",
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)