@forge/cli-shared 4.0.0-next.3 → 4.0.0

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,20 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 83e1cd7: Add environment variable parsing in the manifest
8
+
9
+ ### Patch Changes
10
+
11
+ - 2204a73: Check for wrapped FetchErrors to mark as user errors
12
+ - c6f6422: Use runtime options from templates correctly
13
+ - Updated dependencies [f8a4714]
14
+ - Updated dependencies [83e1cd7]
15
+ - @forge/util@1.4.3
16
+ - @forge/manifest@7.1.0
17
+
3
18
  ## 4.0.0-next.3
4
19
 
5
20
  ### Major Changes