svgfusion-vscode 1.11.0 → 1.12.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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.12.0](https://github.com/lolvOid/svgfusion/compare/svgfusion-vscode@1.11.0...svgfusion-vscode@1.12.0) (2026-05-20)
2
+
3
+
4
+ ### Features
5
+
6
+ * add support for React Native components in SVGFusion in docs ([7d3f46c](https://github.com/lolvOid/svgfusion/commit/7d3f46c8eb09e05d7fe3a92c99b553640d52e527))
7
+
1
8
  # [1.11.0](https://github.com/lolvOid/svgfusion/compare/svgfusion-vscode@1.10.1...svgfusion-vscode@1.11.0) (2026-05-20)
2
9
 
3
10
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "svgfusion-vscode",
3
3
  "displayName": "SVGFusion",
4
4
  "description": "Convert SVG files to React/Vue components with ease",
5
- "version": "1.11.0",
5
+ "version": "1.12.0",
6
6
  "publisher": "lolvoid",
7
7
  "license": "MIT",
8
8
  "author": "lolvoid",