Skip to content

Commit d4ed4d6

Browse files
chore(release): 0.4.4
1 parent 452ac71 commit d4ed4d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
### [0.4.4](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.3...v0.4.4) (2021-03-15)
3+
4+
5+
### Bug Fixes
6+
7+
* **vue3:** regression with `<script src=` handling (Fixes [#36](https://github.com/FranckFreiburger/vue3-sfc-loader/issues/36)) ([d3200d4](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/d3200d467b7e629c3860a9912c4eba509792adb5))
8+
29
### [0.4.3](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.2...v0.4.3) (2021-03-14)
310

411

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://franck-freiburger.com/"
1616
},
1717
"license": "MIT",
18-
"version": "0.4.3",
18+
"version": "0.4.4",
1919
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
2020
"main": "dist/vue3-sfc-loader.js",
2121
"scripts": {

0 commit comments

Comments
 (0)