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

6.2.1 #317

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.2.1]

### Changed

- Bump @metamask/key-tree from 9.1.0 to 9.1.1 ([#310](https://github.com/MetaMask/keyring-api/pull/310)).

### Fixed

- Use internal `object` function instead of the upstream one ([#316](https://github.com/MetaMask/keyring-api/pull/316)).

## [6.2.0]

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

[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...HEAD
[6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
[6.2.0]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
[6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-api",
"version": "6.2.0",
"version": "6.2.1",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down Expand Up @@ -29,7 +29,7 @@
"lint:constraints": "yarn constraints",
"lint:dependencies": "depcheck && yarn dedupe",
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog",
"lint:fix": "yarn lint:eslint --fix && yarn lint:constraints --fix && yarn lint:misc --write && yarn lint:dependencies && yarn lint:changelog --fix",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern",
"prepack": "./scripts/prepack.sh",
"test": "yarn test:source && yarn test:types",
Expand Down