Skip to content

Commit 6c35fa4

Browse files
author
Franck Freiburger
committed
chore(release): 0.8.2
1 parent 2a71c65 commit 6c35fa4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

2+
### [0.8.2](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v8.0.1...v0.8.2) (2021-06-29)
3+
4+
5+
### Features
6+
7+
* **build:** uses non-polluting polyfills ([ca73b8f](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/ca73b8f40321770d3256e565fa5dbc998a5bee5c))
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** add bootstrap.js to handle special conditions (IE11) ([9111483](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/9111483e48a5a63a29cd40c05390939f913abf71))
13+
214
### [0.8.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.0...v0.8.1) (2021-06-28)
315

416

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.1",
22+
"version": "0.8.2",
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)