Skip to content

Commit 4a9e566

Browse files
chore(release): 0.3.0
1 parent 2779dcc commit 4a9e566

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

2+
## [0.3.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.22...v0.3.0) (2021-02-21)
3+
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **core:** loadModule() `options` argument is not mutated any more.
8+
9+
### Features
10+
11+
* **core:** abstraction of path management ([b647cb3](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/b647cb39a7b8ee9f591e3d9a3a77e9d26f56eeb9))
12+
13+
14+
### wip
15+
16+
* **core:** enhance loadModule() options management. ([913a616](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/913a6169e248ce6531ba523cb30c36ab814029bf))
17+
218
### [0.2.22](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.21...v0.2.22) (2021-01-23)
319

420

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