Skip to content

Commit 408c452

Browse files
chore(release): 0.5.0
1 parent 4b0845d commit 408c452

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

2+
## [0.5.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.5...v0.5.0) (2021-03-19)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **core:** replace recurrent (absPath, relPath) with PathContext
8+
* **core:** add Resource, rename additionalModuleHandlers into moduleHandlers, refactoring
9+
10+
### Bug Fixes
11+
12+
* **vue3:** <script setup> inlineTemplate ([7ceed8a](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/7ceed8acce96b047895af016da2d5c5a63328928))
13+
* **vue3:** <script setup> use bindingMetadata instead of inlineTemplate ([ce47cc1](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/ce47cc1b0eee052a0db9f986ff01e7ae93618326))
14+
15+
16+
### wip
17+
18+
* **core:** add Resource, rename additionalModuleHandlers into moduleHandlers, refactoring ([e77324a](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/e77324a5260f921f894b19fc1dc01d0818145122))
19+
20+
21+
* **core:** replace recurrent (absPath, relPath) with PathContext ([a5bdd2d](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/a5bdd2d14e542d47e411f65efbbf3c140b7f270a))
22+
223
### [0.4.5](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.4...v0.4.5) (2021-03-15)
324

425

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