@webflow/webflow-cli 1.5.0 → 1.6.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/index.js +1032 -238153
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @webflow/webflow-cli
2
2
 
3
+ ## 1.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add new skipTagSelectors option to remove global CSS
8
+ - Support more file types in Designer Extensions
9
+
10
+ ## 1.5.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated extension template URL to new domain
15
+
3
16
  ## 1.5.0
4
17
 
5
18
  ### Minor Changes