Skip to content

Commit 4cdd138

Browse files
chore(release): 0.6.0
1 parent f3dddfc commit 4cdd138

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

2+
## [0.6.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.5.1...v0.6.0) (2021-03-20)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **core:** replace Options.moduleHandler object with Options.handleModule()
8+
9+
### wip
10+
11+
* **core:** replace Options.moduleHandler object with Options.handleModule() ([d7d5669](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/d7d5669969bd9d03a2eeb31cc2f92c68695199a6))
12+
213
### [0.5.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.5.0...v0.5.1) (2021-03-19)
314

415

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