Skip to content

Commit 6cb7061

Browse files
author
Franck Freiburger
committed
chore(release): 0.8.1
1 parent b9404e0 commit 6cb7061

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.8.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.0...v0.8.1) (2021-06-28)
3+
4+
5+
### Bug Fixes
6+
7+
* **build:** IE11 compatibility ([cce49ec](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/cce49ec23a848822a058ceb586d0a0a502204c28)), closes [#75](https://github.com/FranckFreiburger/vue3-sfc-loader/issues/75)
8+
* core-js with preset-env usage ([2ba3f5d](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/2ba3f5dbf85900b9c6c4cceb37aa1c69ba2c44cf))
9+
210
## [0.8.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.7.3...v0.8.0) (2021-05-31)
311

412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/FranckFreiburger/vue3-sfc-loader"
2020
},
2121
"license": "MIT",
22-
"version": "0.8.0",
22+
"version": "0.8.1",
2323
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
2424
"main": "dist/vue3-sfc-loader.js",
2525
"types": "dist/vue3-sfc-loader.d.ts",

0 commit comments

Comments
 (0)