Skip to content

Commit c2059e8

Browse files
chore(release): 0.6.1
1 parent 5db3778 commit c2059e8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

2+
### [0.6.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.6.0...v0.6.1) (2021-03-21)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** fix default resolve() behavior when relPath starts with '/' ([e09cf34](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/e09cf3496ece8be62985a220802c0afbd9a7b3f5))
8+
* **core:** fix noop debug module ([8a9a3b5](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/8a9a3b57bc9a957ab1810faa2ef5f88700ce43a1))
9+
* **vue2:** compileStyleOptions scoped condition ([a9609fb](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/a9609fbcfd8c046f5da8f137d8c5cd830c71635c))
10+
211
## [0.6.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.5.1...v0.6.0) (2021-03-20)
312

413

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.6.0",
18+
"version": "0.6.1",
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)