diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cde12c..4ab753e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +### [0.8.1](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.0...v0.8.1) (2021-06-28) + + +### Bug Fixes + +* **build:** IE11 compatibility ([cce49ec](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/cce49ec23a848822a058ceb586d0a0a502204c28)), closes [#75](https://github.com/FranckFreiburger/vue3-sfc-loader/issues/75) +* core-js with preset-env usage ([2ba3f5d](https://github.com/FranckFreiburger/vue3-sfc-loader/commit/2ba3f5dbf85900b9c6c4cceb37aa1c69ba2c44cf)) + ## [0.8.0](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.7.3...v0.8.0) (2021-05-31) diff --git a/package.json b/package.json index b5fa620..b8635f3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/FranckFreiburger/vue3-sfc-loader" }, "license": "MIT", - "version": "0.8.0", + "version": "0.8.1", "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",