Skip to content

Commit

Permalink
7.0.0 (#341)
Browse files Browse the repository at this point in the history
* 7.0.0

* chore: update CHANGELOG

* chore: change order of sections

---------

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 Jun 10, 2024
1 parent f718c41 commit a90b2b2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.0]

### Added

- Add `getAccountBalances` to `KeyringClient` ([#340](https://github.com/MetaMask/keyring-api/pull/340)).
- Allow multiple address per account ([#315](https://github.com/MetaMask/keyring-api/pull/315)).

### Changed

- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
- Bump @metamask/snaps-sdk from 4.4.1 to 4.4.2 ([#339](https://github.com/MetaMask/keyring-api/pull/339)).
- Bump @metamask/rpc-errors from 6.2.1 to 6.3.0 ([#337](https://github.com/MetaMask/keyring-api/pull/337)).
- Bump @metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 ([#333](https://github.com/MetaMask/keyring-api/pull/333)).
- Bump @metamask/snaps-sdk from 4.4.0 to 4.4.1 ([#334](https://github.com/MetaMask/keyring-api/pull/334)).

### Fixed

- Allow stale action to be run manually and fix permissions ([#336](https://github.com/MetaMask/keyring-api/pull/336)).

## [6.4.0]

### Changed

- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
- Add support for `@metamask/providers` v17 ([#329](https://github.com/MetaMask/keyring-api/pull/329)).

## [6.3.1]

### Changed

- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).

### Fixed

- Export `Caip*` types used in the API ([#325](https://github.com/MetaMask/keyring-api/pull/325)).
Expand All @@ -28,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
- 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)).
Expand All @@ -36,7 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- 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]

Expand Down Expand Up @@ -331,7 +355,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.4.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
[6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.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.4.0",
"version": "7.0.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit a90b2b2

Please sign in to comment.