@shopify/cli-kit 2.0.8 → 2.0.13

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,24 @@
1
1
  # @shopify/cli-kit
2
2
 
3
+ ## 2.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 1fb2da6c: Fix uhandled errors not being treated as bugs
8
+
9
+ ## 2.0.10
10
+
11
+ ### Patch Changes
12
+
13
+ - 31b75488: Derive app name from package.json, not TOML config
14
+
15
+ ## 2.0.9
16
+
17
+ ### Patch Changes
18
+
19
+ - 4170ac8e: Improve copies related to `dev`
20
+ - 4170ac8e: Add new `completed` helper to output
21
+
3
22
  ## 2.0.8
4
23
 
5
24
  ### Patch Changes