diff --git a/.changeset/wild-camels-shake.md b/.changeset/wild-camels-shake.md deleted file mode 100644 index 4f2e2686..00000000 --- a/.changeset/wild-camels-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-purgecss': minor ---- - -fix regression in handling windows paths diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index 1c6ea6e3..423bfcb7 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 5.2.0 + +### Minor Changes + +- [#894](https://github.com/codiume/orbit/pull/894) [`796821b`](https://github.com/codiume/orbit/commit/796821b4c80aff1beee417bf94b4434d512c10b1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - fix regression in handling windows paths + ## 5.1.0 ### Minor Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index 0b743e90..9ff8ebe7 100644 --- a/packages/astro-purgecss/package.json +++ b/packages/astro-purgecss/package.json @@ -1,7 +1,7 @@ { "name": "astro-purgecss", "description": "Remove unused CSS rules from your final Astro bundle", - "version": "5.1.0", + "version": "5.2.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume",