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

Commit 252e016

Browse files
github-actions[bot]github-actionsdanroc
authored
8.0.0 (#344)
* 8.0.0 * chore: update CHANGELOG --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent 37409d7 commit 252e016

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING:** Revert "feat: allow multiple address per account (#315)" ([#342](https://github.com/MetaMask/keyring-api/pull/342)).
15+
1016
## [7.0.0]
1117

1218
### Added
1319

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

1723
### Changed
1824

@@ -355,7 +361,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
355361
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
356362
- Helper functions to create keyring handler in the snap.
357363

358-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...HEAD
364+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...HEAD
365+
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
359366
[7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
360367
[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
361368
[6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.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": "7.0.0",
3+
"version": "8.0.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)