@usesocial/cli 0.11.3 → 0.11.5

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @usesocial/cli
2
2
 
3
+ ## 0.11.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#53](https://github.com/usesocial/monorepo/pull/53) [`cc71bcd`](https://github.com/usesocial/monorepo/commit/cc71bcdfd3581b49d9d258cd36192bc6029a9d72) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Bundle the CLI result helper into the published package for direct tarball installs.
8
+
9
+ ## 0.11.4
10
+
11
+ ### Patch Changes
12
+
13
+ - [#52](https://github.com/usesocial/monorepo/pull/52) [`a272700`](https://github.com/usesocial/monorepo/commit/a272700a1e2474fd362ac993d8c096cb2a51381a) Thanks [@CyrusNuevoDia](https://github.com/CyrusNuevoDia)! - Mark feedback commands as stdin-backed in the CLI schema metadata.
14
+
3
15
  ## 0.11.3
4
16
 
5
17
  ### Patch Changes