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

Commit 35c2f21

Browse files
github-actions[bot]github-actionsmontelaidev
authored
6.0.0 (#290)
* 6.0.0 * chore: update changelog * fix: change description for #254 * fix: use backticks * fix: use backticks for InternalAccount * fix: use backticks for importTime --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Monte Lai <[email protected]>
1 parent 66ce0f3 commit 35c2f21

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.0.0]
11+
12+
### Changed
13+
14+
- **BREAKING**: Add `importTime` property to `InternalAccount` metadata ([#289](https://github.com/MetaMask/keyring-api/pull/289))
15+
- Bump tar from 6.1.15 to 6.2.1 ([#286](https://github.com/MetaMask/keyring-api/pull/286))
16+
- Bump @metamask/snaps-sdk from 3.2.0 to 4.0.0 ([#287](https://github.com/MetaMask/keyring-api/pull/287))
17+
- Add documentation for `eth_decodeUserOperationCallData` ([#254](https://github.com/MetaMask/keyring-api/pull/254))
18+
- Bump @metamask/snaps-sdk from 3.1.1 to 3.2.0 ([#284](https://github.com/MetaMask/keyring-api/pull/284))
19+
1020
## [5.1.0]
1121

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

255-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...HEAD
265+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v6.0.0...HEAD
266+
[6.0.0]: https://github.com/MetaMask/keyring-api/compare/v5.1.0...v6.0.0
256267
[5.1.0]: https://github.com/MetaMask/keyring-api/compare/v5.0.0...v5.1.0
257268
[5.0.0]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...v5.0.0
258269
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/keyring-api",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)