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

Commit 989b52c

Browse files
github-actions[bot]github-actionslegobeat
authored
6.4.0 (#330)
* 6.4.0 * update changelog * chore: make changelog unreadable to please prettier worse is better? --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobt <[email protected]> Co-authored-by: legobeat <[email protected]>
1 parent a68248c commit 989b52c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.4.0]
11+
12+
### Changed
13+
14+
- Add support for `@metamask/providers` v17 ([#329](https://github.com/MetaMask/keyring-api/pull/329)).
15+
1016
## [6.3.1]
1117

1218
### Fixed
@@ -325,7 +331,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
325331
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
326332
- Helper functions to create keyring handler in the snap.
327333

328-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...HEAD
334+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...HEAD
335+
[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
329336
[6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
330337
[6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
331338
[6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1

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.3.1",
3+
"version": "6.4.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)