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

Commit a90b2b2

Browse files
github-actions[bot]github-actionsdanroc
authored
7.0.0 (#341)
* 7.0.0 * chore: update CHANGELOG * chore: change order of sections --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]>
1 parent f718c41 commit a90b2b2

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [7.0.0]
11+
12+
### Added
13+
14+
- 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)).
16+
17+
### Changed
18+
19+
- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
20+
- Bump @metamask/snaps-sdk from 4.4.1 to 4.4.2 ([#339](https://github.com/MetaMask/keyring-api/pull/339)).
21+
- Bump @metamask/rpc-errors from 6.2.1 to 6.3.0 ([#337](https://github.com/MetaMask/keyring-api/pull/337)).
22+
- Bump @metamask/json-rpc-middleware-stream from 7.0.1 to 7.0.2 ([#333](https://github.com/MetaMask/keyring-api/pull/333)).
23+
- Bump @metamask/snaps-sdk from 4.4.0 to 4.4.1 ([#334](https://github.com/MetaMask/keyring-api/pull/334)).
24+
25+
### Fixed
26+
27+
- Allow stale action to be run manually and fix permissions ([#336](https://github.com/MetaMask/keyring-api/pull/336)).
28+
1029
## [6.4.0]
1130

1231
### Changed
1332

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

1636
## [6.3.1]
1737

38+
### Changed
39+
40+
- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
41+
1842
### Fixed
1943

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

2953
### Changed
3054

55+
- **BREAKING:** Keep all ETH methods in the same `enum` ([#313](https://github.com/MetaMask/keyring-api/pull/313)).
3156
- Bump @metamask/snaps-sdk from 4.2.0 to 4.3.0 ([#323](https://github.com/MetaMask/keyring-api/pull/323)).
3257
- Split `api.ts` into different files ([#319](https://github.com/MetaMask/keyring-api/pull/319)).
3358
- Make the `KeyringAccount` type less rigid ([#311](https://github.com/MetaMask/keyring-api/pull/311)).
@@ -36,7 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3661

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

4165
## [6.2.1]
4266

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

334-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...HEAD
358+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...HEAD
359+
[7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
335360
[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.0
336361
[6.3.1]: https://github.com/MetaMask/keyring-api/compare/v6.3.0...v6.3.1
337362
[6.3.0]: https://github.com/MetaMask/keyring-api/compare/v6.2.1...v6.3.0

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.4.0",
3+
"version": "7.0.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)