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

Commit c514507

Browse files
github-actions[bot]github-actionsmathieuartu
authored
8.1.0 (#369)
* 8.1.0 * update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Mathieu Artu <[email protected]>
1 parent 8ff97de commit c514507

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.1.0]
11+
12+
### Added
13+
14+
- Add optional `nameLastUpdatedAt` metadata field ([#366](https://github.com/MetaMask/keyring-api/pull/366))
15+
16+
### Changed
17+
18+
- Bump @metamask/snaps-sdk from 6.1.0 to 6.2.0 ([#367](https://github.com/MetaMask/keyring-api/pull/367))
19+
- Bump @metamask/providers from 17.1.1 to 17.1.2 ([#362](https://github.com/MetaMask/keyring-api/pull/362))
20+
1021
## [8.0.2]
1122

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

382-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...HEAD
393+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.1.0...HEAD
394+
[8.1.0]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...v8.1.0
383395
[8.0.2]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...v8.0.2
384396
[8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1
385397
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.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.2",
3+
"version": "8.1.0",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)