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

Commit e0e6660

Browse files
github-actions[bot]github-actionsdanrocccharly
authored
8.0.1 (#356)
* 8.0.1 * chore: update changelog * chore: update CHANGELOG.md Co-authored-by: Charly Chevalier <[email protected]> * chore: update CHANGELOG.md Co-authored-by: Charly Chevalier <[email protected]> --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Daniel Rocha <[email protected]> Co-authored-by: Daniel Rocha <[email protected]> Co-authored-by: Charly Chevalier <[email protected]>
1 parent 5bf58ad commit e0e6660

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.0.1]
11+
12+
### Changed
13+
14+
- Migrate to @metamask/superstruct and update required dependencies ([#355](https://github.com/MetaMask/keyring-api/pull/355)).
15+
- Bump @metamask/providers from 17.1.0 to 17.1.1 ([#354](https://github.com/MetaMask/keyring-api/pull/354)).
16+
- Bump @metamask/key-tree from 9.1.1 to 9.1.2 ([#351](https://github.com/MetaMask/keyring-api/pull/351)).
17+
- Bump @metamask/rpc-errors from 6.3.0 to 6.3.1 ([#350](https://github.com/MetaMask/keyring-api/pull/350)).
18+
- Bump @metamask/providers from 17.0.0 to 17.1.0 ([#348](https://github.com/MetaMask/keyring-api/pull/348)).
19+
- Bump @metamask/snaps-sdk from 4.4.2 to 6.0.0 ([#347](https://github.com/MetaMask/keyring-api/pull/347)).
20+
- Bump braces from 3.0.2 to 3.0.3 ([#345](https://github.com/MetaMask/keyring-api/pull/345)).
21+
1022
## [8.0.0]
1123

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

364-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...HEAD
376+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...HEAD
377+
[8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1
365378
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
366379
[7.0.0]: https://github.com/MetaMask/keyring-api/compare/v6.4.0...v7.0.0
367380
[6.4.0]: https://github.com/MetaMask/keyring-api/compare/v6.3.1...v6.4.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.0",
3+
"version": "8.0.1",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)