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

6.0.0 #290

Merged
merged 6 commits into from
Apr 16, 2024
Merged

6.0.0 #290

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0]

### Changed

- **BREAKING**: Add `importTime` property to `InternalAccount` metadata ([#289](https://github.com/MetaMask/keyring-api/pull/289))
- Bump tar from 6.1.15 to 6.2.1 ([#286](https://github.com/MetaMask/keyring-api/pull/286))
- Bump @metamask/snaps-sdk from 3.2.0 to 4.0.0 ([#287](https://github.com/MetaMask/keyring-api/pull/287))
- Add documentation for `eth_decodeUserOperationCallData` ([#254](https://github.com/MetaMask/keyring-api/pull/254))
- Bump @metamask/snaps-sdk from 3.1.1 to 3.2.0 ([#284](https://github.com/MetaMask/keyring-api/pull/284))

## [5.1.0]

### Changed
Expand Down Expand Up @@ -252,7 +262,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/v5.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
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": "5.1.0",
"version": "6.0.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down
Loading