This repository was archived by the owner on Oct 7, 2024. It is now read-only.
File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 6.2.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([ #310 ] ( https://github.com/MetaMask/keyring-api/pull/310 ) ).
15
+
16
+ ### Fixed
17
+
18
+ - Use internal ` object ` function instead of the upstream one ([ #316 ] ( https://github.com/MetaMask/keyring-api/pull/316 ) ).
19
+
10
20
## [ 6.2.0]
11
21
12
22
### Added
@@ -290,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
290
300
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
291
301
- Helper functions to create keyring handler in the snap.
292
302
293
- [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.2.0...HEAD
303
+ [ Unreleased ] : https://github.com/MetaMask/keyring-api/compare/v6.2.1...HEAD
304
+ [ 6.2.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
294
305
[ 6.2.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
295
306
[ 6.1.1 ] : https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
296
307
[ 6.1.0 ] : https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/keyring-api" ,
3
- "version" : " 6.2.0 " ,
3
+ "version" : " 6.2.1 " ,
4
4
"description" : " MetaMask Keyring API" ,
5
5
"keywords" : [
6
6
" metamask" ,
29
29
"lint:constraints" : " yarn constraints" ,
30
30
"lint:dependencies" : " depcheck && yarn dedupe" ,
31
31
"lint:eslint" : " eslint . --cache --ext js,ts" ,
32
- "lint:fix" : " yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog" ,
32
+ "lint:fix" : " yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog --fix " ,
33
33
"lint:misc" : " prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern" ,
34
34
"prepack" : " ./scripts/prepack.sh" ,
35
35
"test" : " yarn test:source && yarn test:types" ,
You can’t perform that action at this time.
0 commit comments