Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckFreiburger committed Mar 19, 2021
1 parent 4b0845d commit 408c452
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

## [0.5.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.5...v0.5.0) (2021-03-19)


### ⚠ BREAKING CHANGES

* **core:** replace recurrent (absPath, relPath) with PathContext
* **core:** add Resource, rename additionalModuleHandlers into moduleHandlers, refactoring

### Bug Fixes

* **vue3:** <script setup> inlineTemplate ([7ceed8a](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/7ceed8acce96b047895af016da2d5c5a63328928))
* **vue3:** <script setup> use bindingMetadata instead of inlineTemplate ([ce47cc1](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/ce47cc1b0eee052a0db9f986ff01e7ae93618326))


### wip

* **core:** add Resource, rename additionalModuleHandlers into moduleHandlers, refactoring ([e77324a](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/e77324a5260f921f894b19fc1dc01d0818145122))


* **core:** replace recurrent (absPath, relPath) with PathContext ([a5bdd2d](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/a5bdd2d14e542d47e411f65efbbf3c140b7f270a))

### [0.4.5](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.4.4...v0.4.5) (2021-03-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://franck-freiburger.com/"
},
"license": "MIT",
"version": "0.4.5",
"version": "0.5.0",
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
"main": "dist/vue3-sfc-loader.js",
"scripts": {
Expand Down

0 comments on commit 408c452

Please sign in to comment.