diff --git a/.changeset/angry-impalas-sparkle.md b/.changeset/angry-impalas-sparkle.md deleted file mode 100644 index ada966c..0000000 --- a/.changeset/angry-impalas-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-tailwind-purgecss': patch ---- - -fix: Normalize content glob paths for Windows diff --git a/CHANGELOG.md b/CHANGELOG.md index 4966037..c47b750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # vite-plugin-tailwind-purgecss +## 0.3.1 + +### Patch Changes + +- baeec98: fix: Normalize content glob paths for Windows + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index ee79c89..67213cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-tailwind-purgecss", - "version": "0.3.0", + "version": "0.3.1", "description": "Vite plugin for PurgeCSS", "module": "dist/index.js", "main": "dist/index.js",