We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345d740 commit 5846d58Copy full SHA for 5846d58
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.1.2 - 2023-02-04
2
+- Fix <title> position: prepend instead of append (#48)
3
+- Fix `transformSource` .d.ts types (in #50)
4
+
5
## 2.1.1 - 2022-10-18
6
- Fix .d.ts. types to support named exports
7
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-inline-svg",
- "version": "2.1.1",
+ "version": "2.1.2",
"description": "Replace SVG images with inline SVG element",
"main": "dist/vue-inline-svg.js",
"module": "src/index.js",
0 commit comments