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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ 10.1.0]
11
19
12
20
### Added
@@ -265,7 +273,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265
273
266
274
- Initial release.
267
275
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
269
278
[ 10.1.0 ] : https://github.com/MetaMask/key-tree/compare/v10.0.2...v10.1.0
270
279
[ 10.0.2 ] : https://github.com/MetaMask/key-tree/compare/v10.0.1...v10.0.2
271
280
[ 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 1
1
{
2
2
"name" : " @metamask/key-tree" ,
3
- "version" : " 10.1.0 " ,
3
+ "version" : " 10.1.1 " ,
4
4
"description" : " An interface over BIP-32 and BIP-39 key derivation paths" ,
5
5
"homepage" : " https://github.com/MetaMask/key-tree#readme" ,
6
6
"bugs" : {
You can’t perform that action at this time.
0 commit comments