Skip to content

Commit

Permalink
chore(release): 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Freiburger committed Jun 29, 2021
1 parent 2a71c65 commit 6c35fa4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

### [0.8.2](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v8.0.1...v0.8.2) (2021-06-29)


### Features

* **build:** uses non-polluting polyfills ([ca73b8f](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/ca73b8f40321770d3256e565fa5dbc998a5bee5c))


### Bug Fixes

* **core:** add bootstrap.js to handle special conditions (IE11) ([9111483](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/9111483e48a5a63a29cd40c05390939f913abf71))

### [0.8.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.0...v0.8.1) (2021-06-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/FranckFreiburger/vue3-sfc-loader"
},
"license": "MIT",
"version": "0.8.1",
"version": "0.8.2",
"browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, not ie 11",
"main": "dist/vue3-sfc-loader.js",
"types": "dist/vue3-sfc-loader.d.ts",
Expand Down

0 comments on commit 6c35fa4

Please sign in to comment.