Skip to content

Commit e5e48ce

Browse files
chore(release): 0.3.1
1 parent f78211d commit e5e48ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

2+
### [0.3.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.3.0...v0.3.1) (2021-03-03)
3+
4+
5+
### Features
6+
7+
* **core:** ass custom block support through customBlockHandler() ([1ce1e9b](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/1ce1e9b2a42d94429b3cfda57c75e9138dd0c0ae))
8+
* **core:** enable parallel dependencies downloading ([79846a8](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/79846a88bf1250688eeee88a85f9f0c79e880d7a))
9+
210
## [0.3.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.2.22...v0.3.0) (2021-02-21)
311

412

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