Skip to content

Commit

Permalink
6.2.0 (#309)
Browse files Browse the repository at this point in the history
* 6.2.0

* Update CHANGELOG.md for v6.2.0

* fix: lint CHANGELOG.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Kate Johnson <91970214+k-g-j@users.noreply.github.com>
Co-authored-by: Kate Johnson <johnson.kat.g@gmail.com>
  • Loading branch information
4 people committed May 22, 2024
1 parent ed6de9d commit 35463f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.2.0]

### Added

- Add `accountNameSuggestion` field to the `AccountCreatedEvent` ([#291](https://github.com/MetaMask/keyring-api/pull/291))
- Add `displayConfirmation` field to the `AccountCreatedEvent` ([#307](https://github.com/MetaMask/keyring-api/pull/307))

## [6.1.1]

### Changed
Expand Down Expand Up @@ -283,7 +290,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.1.1...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...HEAD
[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
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/keyring-api",
"version": "6.1.1",
"version": "6.2.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit 35463f1

Please sign in to comment.