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

Commit f4027b0

Browse files
github-actions[bot]github-actionsmontelaidevccharly
authored
6.1.1 (#306)
* 6.1.1 * chore: update changelog * fix: changelog * Update CHANGELOG.md Co-authored-by: Charly Chevalier <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Monte Lai <[email protected]> Co-authored-by: Charly Chevalier <[email protected]>
1 parent 7ad57bc commit f4027b0

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.1.1]
11+
12+
### Changed
13+
14+
- Fix `isEvmAccountType` accountType type to `string` or `InternalAccountType` ([#304](https://github.com/MetaMask/keyring-api/pull/304))
15+
- Bump @metamask/snaps-sdk from ^4.0.0 to ^4.2.0 ([#305](https://github.com/MetaMask/keyring-api/pull/305))
16+
1017
## [6.1.0]
1118

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

279-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...HEAD
286+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...HEAD
287+
[6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.1
280288
[6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
281289
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
282290
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.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.0",
3+
"version": "6.1.1",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)