diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e79660..df9809b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [0.9.2](https://github.com/anncwb/vite-plugin-style-import/compare/v0.9.0...v0.9.2) (2021-04-03) + ## [0.9.1](https://github.com/anncwb/vite-plugin-style-import/compare/v0.9.0...v0.9.1) (2021-03-28) # [0.9.0](https://github.com/anncwb/vite-plugin-style-import/compare/v0.8.2...v0.9.0) (2021-03-26) diff --git a/package.json b/package.json index be67b82..6e33047 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-style-import", - "version": "0.9.1", + "version": "0.9.2", "description": "A plug-in that imports component library styles on demand", "main": "dist/index.js", "module": "dist/index.mjs",