File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments