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

Commit a95c7f9

Browse files
github-actions[bot]github-actionsmontelaidev
authored
4.0.1 (#268)
* 4.0.1 * chore: update changelog * fix: changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Monte Lai <[email protected]>
1 parent cb406a0 commit a95c7f9

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.1]
11+
12+
### Changed
13+
14+
- Bump @metamask/providers to 15.0.0, @metamask/snaps-sdk to ^3.1.0 and @@metamask/utils to ^8.3.0([#266](https://github.com/MetaMask/keyring-api/pull/266))
15+
- Bump @metamask/json-rpc-engine from 7.3.2 to 7.3.3 ([#264](https://github.com/MetaMask/keyring-api/pull/264))
16+
- Bump @metamask/snaps-sdk from 3.0.0 to 3.0.1 ([#261](https://github.com/MetaMask/keyring-api/pull/261))
17+
- Bump @metamask/snaps-sdk from 1.4.0 to 3.0.0 ([#259](https://github.com/MetaMask/keyring-api/pull/259))
18+
- Bump @metamask/rpc-errors from 6.1.0 to 6.2.1 ([#258](https://github.com/MetaMask/keyring-api/pull/258))
19+
1020
## [4.0.0]
1121

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

220-
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...HEAD
230+
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v4.0.1...HEAD
231+
[4.0.1]: https://github.com/MetaMask/keyring-api/compare/v4.0.0...v4.0.1
221232
[4.0.0]: https://github.com/MetaMask/keyring-api/compare/v3.0.0...v4.0.0
222233
[3.0.0]: https://github.com/MetaMask/keyring-api/compare/v2.0.0...v3.0.0
223234
[2.0.0]: https://github.com/MetaMask/keyring-api/compare/v1.1.0...v2.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.0",
3+
"version": "4.0.1",
44
"description": "MetaMask Keyring API",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)