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

Commit 35463f1

Browse files
github-actions[bot]github-actionsk-g-j
authored
6.2.0 (#309)
* 6.2.0 * Update CHANGELOG.md for v6.2.0 * fix: lint CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Kate Johnson <[email protected]> Co-authored-by: Kate Johnson <[email protected]>
1 parent ed6de9d commit 35463f1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.2.0]
11+
12+
### Added
13+
14+
- Add `accountNameSuggestion` field to the `AccountCreatedEvent` ([#291](https://github.com/MetaMask/keyring-api/pull/291))
15+
- Add `displayConfirmation` field to the `AccountCreatedEvent` ([#307](https://github.com/MetaMask/keyring-api/pull/307))
16+
1017
## [6.1.1]
1118

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

286-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...HEAD
293+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...HEAD
294+
[6.2.0]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
287295
[6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
288296
[6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
289297
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)