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

Commit a491d24

Browse files
github-actions[bot]github-actionsmontelaidevccharly
authored
6.1.0 (#301)
* 6.1.0 * chore: update changelog * chore: fix change log and add split account type * chore: update pr 300 change * Update CHANGELOG.md Co-authored-by: Charly Chevalier <[email protected]> * Update CHANGELOG.md Co-authored-by: Charly Chevalier <[email protected]> * fix: method name * Update CHANGELOG.md Co-authored-by: Charly Chevalier <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Monte Lai <[email protected]> Co-authored-by: Charly Chevalier <[email protected]>
1 parent 0f028b0 commit a491d24

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.1.0]
11+
12+
### Added
13+
14+
- Add `isEvmAccountType` helper ([#297](https://github.com/MetaMask/keyring-api/pull/297))
15+
- Add `bip121:p2wpkh` account support ([#294](https://github.com/MetaMask/keyring-api/pull/294))
16+
17+
### Changed
18+
19+
- Remove incorrect `SignTransaction` from `EthErc4337Account` ([#300](https://github.com/MetaMask/keyring-api/pull/300))
20+
- Bump @metamask/providers from 16.0.0 to 16.1.0 ([#298](https://github.com/MetaMask/keyring-api/pull/298))
21+
- Bump @metamask/snaps-sdk from 4.0.0 to 4.0.1 ([#292](https://github.com/MetaMask/keyring-api/pull/292))
22+
- Split account types (EOA + Erc4337) ([#293](https://github.com/MetaMask/keyring-api/pull/293))
23+
1024
## [6.0.0]
1125

1226
### Changed
@@ -262,7 +276,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262276
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
263277
- Helper functions to create keyring handler in the snap.
264278

265-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...HEAD
279+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.1.0...HEAD
280+
[6.1.0]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...v6.1.0
266281
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
267282
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
268283
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.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.0.0",
3+
"version": "6.1.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)