diff --git a/CHANGELOG.md b/CHANGELOG.md index 593de0a..15f6c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ +### [0.8.4](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.3...v0.8.4) (2021-07-08) + ### [0.8.3](https://github.com/FranckFreiburger/vue3-sfc-loader/compare/v0.8.2...v0.8.3) (2021-06-30) diff --git a/package.json b/package.json index d1cfd8f..2f28c22 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/FranckFreiburger/vue3-sfc-loader" }, "license": "MIT", - "version": "0.8.3", + "version": "0.8.4", "browserslist": "> 1%, last 2 versions, Firefox ESR, not dead, ie 11", "main": "dist/vue3-sfc-loader.js", "types": "dist/vue3-sfc-loader.d.ts",