diff --git a/.changeset/green-houses-laugh.md b/.changeset/green-houses-laugh.md deleted file mode 100644 index 21e60d12..00000000 --- a/.changeset/green-houses-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-purgecss": minor ---- - -Allow to override any of purgecss options diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index 3f731425..357a8f51 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 4.1.0 + +### Minor Changes + +- [#370](https://github.com/codiume/orbit/pull/370) [`063add6`](https://github.com/codiume/orbit/commit/063add63bfceaaf479fcc776def2e8f303192bd0) Thanks [@gavar](https://github.com/gavar)! - Allow to override any of purgecss options + ## 4.0.0 ### Major Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index c9732f59..00f3a413 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": "4.0.0", + "version": "4.1.0", "scripts": { "build": "astro-build --src src/index.ts", "typecheck": "tsc --declaration --emitDeclarationOnly"