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

Commit

Permalink
4.0.2 (#273)
Browse files Browse the repository at this point in the history
* 4.0.2

* chore: update change log

* fix: typo

* fix: remove backticks

* fix: remove version

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Monte Lai <monte.lai@consensys.net>
  • Loading branch information
3 people authored Mar 12, 2024
1 parent d0eb11a commit e174146
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.2]

### Changed

- Bump @metamask/snaps-sdk to ^3.1.1 ([#271](https://github.com/MetaMask/keyring-api/pull/271))
- Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.0 ([#270](https://github.com/MetaMask/keyring-api/pull/270))
- Fix bundler URL validation ([#262](https://github.com/MetaMask/keyring-api/pull/262))

## [4.0.1]

### Changed
Expand Down Expand Up @@ -227,7 +235,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/v4.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...HEAD
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.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": "4.0.1",
"version": "4.0.2",
"description": "MetaMask Keyring API",
"keywords": [
"metamask",
Expand Down

0 comments on commit e174146

Please sign in to comment.