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

Commit

Permalink
8.1.0 (#369)
Browse files Browse the repository at this point in the history
* 8.1.0

* update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mathieu Artu <[email protected]>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent 8ff97de commit c514507
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.1.0]

### Added

- Add optional `nameLastUpdatedAt` metadata field ([#366](https://github.com/MetaMask/keyring-api/pull/366))

### Changed

- Bump @metamask/snaps-sdk from 6.1.0 to 6.2.0 ([#367](https://github.com/MetaMask/keyring-api/pull/367))
- Bump @metamask/providers from 17.1.1 to 17.1.2 ([#362](https://github.com/MetaMask/keyring-api/pull/362))

## [8.0.2]

### Changed
Expand Down Expand Up @@ -379,7 +390,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/v8.0.2...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.1.0...HEAD
[8.1.0]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...v8.1.0
[8.0.2]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...v8.0.2
[8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1
[8.0.0]: https://github.com/MetaMask/keyring-api/compare/v7.0.0...v8.0.0
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": "8.0.2",
"version": "8.1.0",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit c514507

Please sign in to comment.