Skip to content

Commit 5846d58

Browse files
committed
v2.1.2
1 parent 345d740 commit 5846d58

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 2.1.1 - 2022-10-18
26
- Fix .d.ts. types to support named exports
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-inline-svg",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Replace SVG images with inline SVG element",
55
"main": "dist/vue-inline-svg.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)