Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 426e83a

Browse files
github-actions[bot]github-actionsdanroc
authored
6.2.1 (#317)
* 6.2.1 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 33578d0 commit 426e83a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1020
## [6.2.0]
1121

1222
### Added
@@ -290,7 +300,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
290300
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
291301
- Helper functions to create keyring handler in the snap.
292302

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
294305
[6.2.0]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
295306
[6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
296307
[6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",
@@ -29,7 +29,7 @@
2929
"lint:constraints": "yarn constraints",
3030
"lint:dependencies": "depcheck && yarn dedupe",
3131
"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",
3333
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
3434
"prepack": "./scripts/prepack.sh",
3535
"test": "yarn test:source && yarn test:types",

0 commit comments

Comments
 (0)