Skip to content

Commit bd335b9

Browse files
chore(release): 0.2.20
1 parent ebfd411 commit bd335b9

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

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

2+
### [0.2.20](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.19...v0.2.20) (2020-12-13)
3+
4+
5+
### Features
6+
7+
* **docs:** add stylus example ([1fe4d4f](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/1fe4d4f2f672fc86b27a794fc252a550314a376d))
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** avoid useless template scoped (data-v-...) when (style) scope is not required ([f9c9fe7](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/f9c9fe7f715ef115b697c3388bde30e61b621391))
13+
* **docs:** fix vue3-sfc-loader.js link ([0333913](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/0333913d3bb1c1d77226320c8da71f161f1af1a1))
14+
215
### [0.2.19](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.18...v0.2.19) (2020-12-10)
316

417

package.json

Lines changed: 2 additions & 4 deletions
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.19",
18+
"version": "0.2.20",
1919
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
2020
"main": "dist/vue3-sfc-loader.js",
2121
"scripts": {
@@ -30,9 +30,7 @@
3030
},
3131
"standard-version": {
3232
"scripts": {
33-
"prerelease": "yarn run tests",
34-
"postbump": "yarn run pushDocs",
35-
"postcommit": "yarn run build"
33+
"postbump": "yarn run pushDocs && yarn run build && yarn run tests"
3634
}
3735
},
3836
"devDependencies": {

0 commit comments

Comments
 (0)