@shopify/cli-kit 2.0.9 → 2.0.14

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,25 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 87e51326: Report errors coming from child processes as abort errors
8
+ - 87e51326: Output the sub-processes that we execute when the user invokes the CLI with --verbose
9
+ - b10ddafc: Output requests' HTTP headers when the user invokes the CLI with --verbose
10
+
11
+ ## 2.0.13
12
+
13
+ ### Patch Changes
14
+
15
+ - 1fb2da6c: Fix uhandled errors not being treated as bugs
16
+
17
+ ## 2.0.10
18
+
19
+ ### Patch Changes
20
+
21
+ - 31b75488: Derive app name from package.json, not TOML config
22
+
3
23
  ## 2.0.9
4
24
 
5
25
  ### Patch Changes