Skip to content

Commit

Permalink
8.0.0 (#344)
Browse files Browse the repository at this point in the history
* 8.0.0

* chore: update CHANGELOG

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Daniel Rocha <[email protected]>
  • Loading branch information
3 people authored Jun 11, 2024
1 parent 37409d7 commit 252e016
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.0.0]

### Changed

- **BREAKING:** Revert "feat: allow multiple address per account (#315)" ([#342](https://github.com/MetaMask/keyring-api/pull/342)).

## [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)).
- **BREAKING:** Allow multiple address per account ([#315](https://github.com/MetaMask/keyring-api/pull/315)).

### Changed

Expand Down Expand Up @@ -355,7 +361,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/v7.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...HEAD
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
[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
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": "7.0.0",
"version": "8.0.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit 252e016

Please sign in to comment.