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

Commit 80906ad

Browse files
github-actions[bot]github-actionsMajorLift
authored
8.0.2 (#360)
* 8.0.2 * Update changelog * Upgrade to major release * Revert "Upgrade to major release" This reverts commit 7bf7d87. --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Jongsun Suh <[email protected]>
1 parent ca3e415 commit 80906ad

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.0.2]
11+
12+
### Changed
13+
14+
- Bump `@metamask/snaps-sdk` from `^6.0.0` to `^6.1.0` ([#358](https://github.com/MetaMask/keyring-api/pull/358))
15+
1016
## [8.0.1]
1117

1218
### Changed
@@ -373,7 +379,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
373379
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
374380
- Helper functions to create keyring handler in the snap.
375381

376-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...HEAD
382+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...HEAD
383+
[8.0.2]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...v8.0.2
377384
[8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1
378385
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
379386
[7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.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": "8.0.1",
3+
"version": "8.0.2",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)