@metamask-previews/keyring-controller 7.2.0-preview.04c2e62 → 7.3.0-preview.a8d97a1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. 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.2.0...HEAD
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/keyring-controller",
3
- "version": "7.2.0-preview.04c2e62",
3
+ "version": "7.3.0-preview.a8d97a1",
4
4
  "description": "Stores identities seen in the wallet and manages interactions such as signing",
5
5
  "keywords": [
6
6
  "MetaMask",