@metamask-previews/messenger-cli 0.1.0-preview-42c8fd288 → 0.2.0-preview-8e9c439

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 +4 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.2.0]
11
+
10
12
  ### Added
11
13
 
12
14
  - **BREAKING:** Add support for formatting the generated method action type files with Prettier or Oxfmt ([#8486](https://github.com/MetaMask/core/pull/8486))
@@ -23,5 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
25
  - CLI tool for generating TypeScript action type files for controllers and services that define `MESSENGER_EXPOSED_METHODS`.
24
26
  - Available as a CLI binary (`messenger-action-types`).
25
27
 
26
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@0.1.0...HEAD
28
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@0.2.0...HEAD
29
+ [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/messenger-cli@0.1.0...@metamask/messenger-cli@0.2.0
27
30
  [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/messenger-cli@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/messenger-cli",
3
- "version": "0.1.0-preview-42c8fd288",
3
+ "version": "0.2.0-preview-8e9c439",
4
4
  "description": "CLI tools for the MetaMask messenger system",
5
5
  "keywords": [
6
6
  "Ethereum",