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

Commit

Permalink
6.1.1 (#306)
Browse files Browse the repository at this point in the history
* 6.1.1

* chore: update changelog

* fix: changelog

* Update CHANGELOG.md

Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Monte Lai <monte.lai@consensys.net>
Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
  • Loading branch information
4 people authored May 16, 2024
1 parent 7ad57bc commit f4027b0
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.1.1]

### Changed

- Fix `isEvmAccountType` accountType type to `string` or `InternalAccountType` ([#304](https://github.com/MetaMask/keyring-api/pull/304))
- Bump @metamask/snaps-sdk from ^4.0.0 to ^4.2.0 ([#305](https://github.com/MetaMask/keyring-api/pull/305))

## [6.1.0]

### Added
Expand Down Expand Up @@ -276,7 +283,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...HEAD
[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
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.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.0",
"version": "6.1.1",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit f4027b0

Please sign in to comment.