@metamask-previews/keyring-controller 19.1.0-preview-74b4a89 → 19.1.0-preview-ea165590
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Add `KeyringController:withKeyring` action ([#5332](https://github.com/MetaMask/core/pull/5332))
|
|
13
|
+
- The action can be used to consume the `withKeyring` method of the `KeyringController` class
|
|
14
|
+
|
|
10
15
|
## [19.1.0]
|
|
11
16
|
|
|
12
17
|
### Added
|
package/package.json
CHANGED