Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckFreiburger committed Mar 26, 2021
1 parent e4b14a8 commit 71cd07c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@

## [0.7.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.6.1...v0.7.0) (2021-03-26)


### ⚠ BREAKING CHANGES

* **core:** remove extname from PathHandlers, then replace PathHandlers with PathResolve
* **core:** rename extname into type (since extname is not abstract enough)
* **core:** make path(s) abstract

### Features

* **core:** make path(s) abstract ([e20b864](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/e20b86494abe5522cfe20b9d607f8ff54a0d7af5))


### wip

* **core:** remove extname from PathHandlers, then replace PathHandlers with PathResolve ([0deb95f](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/0deb95f3ef061625a642b2db59c6b71248e5b34c))
* **core:** rename extname into type (since extname is not abstract enough) ([6a7e722](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/6a7e72252d0957c9880bf7c32ae1afe245caec34))

### [0.6.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.6.0...v0.6.1) (2021-03-21)


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.6.1",
"version": "0.7.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 71cd07c

Please sign in to comment.