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

Commit e174146

Browse files
github-actions[bot]github-actionsmontelaidev
authored
4.0.2 (#273)
* 4.0.2 * chore: update change log * fix: typo * fix: remove backticks * fix: remove version --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Monte Lai <[email protected]>
1 parent d0eb11a commit e174146

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.2]
11+
12+
### Changed
13+
14+
- Bump @metamask/snaps-sdk to ^3.1.1 ([#271](https://github.com/MetaMask/keyring-api/pull/271))
15+
- Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.0 ([#270](https://github.com/MetaMask/keyring-api/pull/270))
16+
- Fix bundler URL validation ([#262](https://github.com/MetaMask/keyring-api/pull/262))
17+
1018
## [4.0.1]
1119

1220
### Changed
@@ -227,7 +235,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
227235
- SnapController keyring client. It is intended to be used by MetaMask to talk to the snap.
228236
- Helper functions to create keyring handler in the snap.
229237

230-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...HEAD
238+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.2...HEAD
239+
[4.0.2]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...v4.0.2
231240
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
232241
[4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
233242
[3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.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": "4.0.1",
3+
"version": "4.0.2",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)