Skip to content

Commit

Permalink
6.3.0 (#324)
Browse files Browse the repository at this point in the history
* 6.3.0

* chore: update CHANGELOG

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Daniel Rocha <68558152+danroc@users.noreply.github.com>
  • Loading branch information
3 people committed May 29, 2024
1 parent 4428bff commit 03ce321
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.3.0]

### Added

- Add `getAccountBalances` method to `Keyring` interface ([#320](https://github.com/MetaMask/keyring-api/pull/320)).
- Add CAIP-19 types to `utils` ([#321](https://github.com/MetaMask/keyring-api/pull/321)).

### Changed

- Bump @metamask/snaps-sdk from 4.2.0 to 4.3.0 ([#323](https://github.com/MetaMask/keyring-api/pull/323)).
- Split `api.ts` into different files ([#319](https://github.com/MetaMask/keyring-api/pull/319)).
- Make the `KeyringAccount` type less rigid ([#311](https://github.com/MetaMask/keyring-api/pull/311)).

### Fixed

- Ensure that errors are JSON-serializable ([#162](https://github.com/MetaMask/keyring-api/pull/162)).
- Don't use internal types in the public API ([#312](https://github.com/MetaMask/keyring-api/pull/312)).
- Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).

## [6.2.1]

### Changed
Expand Down Expand Up @@ -300,7 +319,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.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...HEAD
[6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
[6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
[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
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.2.1",
"version": "6.3.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit 03ce321

Please sign in to comment.