Skip to content

Commit 71cd07c

Browse files
chore(release): 0.7.0
1 parent e4b14a8 commit 71cd07c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

2+
## [0.7.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.6.1...v0.7.0) (2021-03-26)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **core:** remove extname from PathHandlers, then replace PathHandlers with PathResolve
8+
* **core:** rename extname into type (since extname is not abstract enough)
9+
* **core:** make path(s) abstract
10+
11+
### Features
12+
13+
* **core:** make path(s) abstract ([e20b864](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/e20b86494abe5522cfe20b9d607f8ff54a0d7af5))
14+
15+
16+
### wip
17+
18+
* **core:** remove extname from PathHandlers, then replace PathHandlers with PathResolve ([0deb95f](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/0deb95f3ef061625a642b2db59c6b71248e5b34c))
19+
* **core:** rename extname into type (since extname is not abstract enough) ([6a7e722](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/6a7e72252d0957c9880bf7c32ae1afe245caec34))
20+
221
### [0.6.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.6.0...v0.6.1) (2021-03-21)
322

423

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