@metamask-previews/messenger 1.1.1-preview-b4bb26697 → 1.1.1-preview-e024252b6
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Deprecated
|
|
11
11
|
|
|
12
12
|
- Deprecate `generate-action-types` CLI tool and `messenger-generate-action-types` binary ([#8378](https://github.com/MetaMask/core/pull/8378))
|
|
13
|
-
- The CLI has been extracted to `@metamask/messenger-cli`. Use
|
|
13
|
+
- The CLI has been extracted to `@metamask/messenger-cli`. Use `messenger-action-types` from this package instead.
|
|
14
14
|
|
|
15
15
|
## [1.1.1]
|
|
16
16
|
|