diff --git a/CHANGELOG.md b/CHANGELOG.md index a8439ef..7369f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.7.5](https://github.com/anncwb/vite-plugin-style-import/compare/v0.7.4...v0.7.5) (2021-02-24) + + +### Features + +* add ensureStyleFile to ensure that the style file exists [#4](https://github.com/anncwb/vite-plugin-style-import/issues/4) ([70e34d9](https://github.com/anncwb/vite-plugin-style-import/commit/70e34d932f7f6f4c7e815317f5476f347a62457d)) +* add the resolveComponent option for converting components. close [#5](https://github.com/anncwb/vite-plugin-style-import/issues/5) ([50087a2](https://github.com/anncwb/vite-plugin-style-import/commit/50087a20ac8918ff19b566f316f474c3801f47cd)) + + + ## 0.7.4 (2021-02-23) ### Bug Fixes diff --git a/package.json b/package.json index d90f04b..a23bd98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-style-import", - "version": "0.7.4", + "version": "0.7.5", "description": "A plug-in that imports component library styles on demand", "main": "dist/index.js", "module": "dist/index.mjs",