Skip to content

Commit 5a92502

Browse files
chore(release): 0.2.18
1 parent 76b287e commit 5a92502

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

2+
### [0.2.18](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.17...v0.2.18) (2020-12-08)
3+
4+
5+
### Bug Fixes
6+
7+
* **build:** issue with cross-env-shell and `$npm_package_version` ([72c1539](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/72c1539d08fa506ea1dd704a71fc96862a4ba614))
8+
* **build:** issue with cross-env-shell and `$npm_package_version` ([b2f09c7](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/b2f09c78a1b1a1425ffdf7d6a86105fd2dce3113))
9+
* **core:** allow `descriptor.template.lang` and `descriptor.styles.*.lang` to be dynamically loaded. ([25af387](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/25af3875cfbd35ad94613f04aef538951452b4f3))
10+
211
### [0.2.17](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.16...v0.2.17) (2020-12-08)
312

413

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