@metamask-previews/keyring-controller 7.2.0-preview.04c2e62 → 7.3.0-preview.b963821
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 +6 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [7.3.0]
|
|
10
|
+
### Added
|
|
11
|
+
- Add `decryptMessage` method ([#1596](https://github.com/MetaMask/core/pull/1596))
|
|
12
|
+
|
|
9
13
|
## [7.2.0]
|
|
10
14
|
### Added
|
|
11
15
|
- Add `addNewAccountForKeyring` method ([#1591](https://github.com/MetaMask/core/pull/1591))
|
|
@@ -158,7 +162,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
158
162
|
|
|
159
163
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
160
164
|
|
|
161
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.
|
|
165
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.3.0...HEAD
|
|
166
|
+
[7.3.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.2.0...@metamask/keyring-controller@7.3.0
|
|
162
167
|
[7.2.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.1.0...@metamask/keyring-controller@7.2.0
|
|
163
168
|
[7.1.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@7.0.0...@metamask/keyring-controller@7.1.0
|
|
164
169
|
[7.0.0]: https://github.com/MetaMask/core/compare/@metamask/keyring-controller@6.1.0...@metamask/keyring-controller@7.0.0
|
package/package.json
CHANGED