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

Commit 03ce321

Browse files
github-actions[bot]github-actionsdanroc
authored
6.3.0 (#324)
* 6.3.0 * chore: update CHANGELOG --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 4428bff commit 03ce321

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.3.0]
11+
12+
### Added
13+
14+
- Add `getAccountBalances` method to `Keyring` interface ([#320](https://github.com/MetaMask/keyring-api/pull/320)).
15+
- Add CAIP-19 types to `utils` ([#321](https://github.com/MetaMask/keyring-api/pull/321)).
16+
17+
### Changed
18+
19+
- Bump @metamask/snaps-sdk from 4.2.0 to 4.3.0 ([#323](https://github.com/MetaMask/keyring-api/pull/323)).
20+
- Split `api.ts` into different files ([#319](https://github.com/MetaMask/keyring-api/pull/319)).
21+
- Make the `KeyringAccount` type less rigid ([#311](https://github.com/MetaMask/keyring-api/pull/311)).
22+
23+
### Fixed
24+
25+
- Ensure that errors are JSON-serializable ([#162](https://github.com/MetaMask/keyring-api/pull/162)).
26+
- Don't use internal types in the public API ([#312](https://github.com/MetaMask/keyring-api/pull/312)).
27+
- Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
28+
1029
## [6.2.1]
1130

1231
### Changed
@@ -300,7 +319,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
300319
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
301320
- Helper functions to create keyring handler in the snap.
302321

303-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...HEAD
322+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...HEAD
323+
[6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0
304324
[6.2.1]: https://github.com/MetaMask/keyring-api/compare/v6.2.0...v6.2.1
305325
[6.2.0]: https://github.com/MetaMask/keyring-api/compare/v6.1.1...v6.2.0
306326
[6.1.1]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...v6.1.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.2.1",
3+
"version": "6.3.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)