diff --git a/.changeset/few-suns-shout.md b/.changeset/few-suns-shout.md deleted file mode 100644 index 0463314..0000000 --- a/.changeset/few-suns-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kucrut/vite-for-wp': patch ---- - -ESLint 9 diff --git a/.changeset/kind-frogs-wonder.md b/.changeset/kind-frogs-wonder.md deleted file mode 100644 index 58c7608..0000000 --- a/.changeset/kind-frogs-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kucrut/vite-for-wp': patch ---- - -Fix script type modifier. Props @irshadahmad21 diff --git a/.changeset/light-worms-grab.md b/.changeset/light-worms-grab.md deleted file mode 100644 index badb67a..0000000 --- a/.changeset/light-worms-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kucrut/vite-for-wp': minor ---- - -Support enqueuing split CSS chunks with multiple outputs. Props @netlas diff --git a/.changeset/rare-wolves-pull.md b/.changeset/rare-wolves-pull.md deleted file mode 100644 index 7a0f698..0000000 --- a/.changeset/rare-wolves-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@kucrut/vite-for-wp': minor ---- - -Vite 5 diff --git a/CHANGELOG.md b/CHANGELOG.md index c375892..0fb69db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @kucrut/vite-for-wp +## 0.9.0 + +### Minor Changes + +- d33de07: Support enqueuing split CSS chunks with multiple outputs. Props @netlas +- c4bc83a: Vite 5 + +### Patch Changes + +- 6eb0bb8: ESLint 9 +- b7b96a3: Fix script type modifier. Props @irshadahmad21 + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index f12cf32..0d54c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kucrut/vite-for-wp", - "version": "0.8.0", + "version": "0.9.0", "description": "Vite integration for WordPress plugins and themes development.", "author": "Dzikri Aziz", "license": "MIT",