From b35ebf8ff74b06c29cb6afb06840645b33b7a90f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:40:40 -0400 Subject: [PATCH] Version Packages (#31) Co-authored-by: github-actions[bot] --- .changeset/angry-impalas-sparkle.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/angry-impalas-sparkle.md 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",