diff --git a/CHANGELOG.md b/CHANGELOG.md index 44671ca97..daa43ac9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index a5d71c068..6cb45955e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/keyring-api", - "version": "6.2.0", + "version": "6.2.1", "description": "MetaMask Keyring API", "keywords": [ "metamask", @@ -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",