diff --git a/.changeset/ten-tigers-type.md b/.changeset/ten-tigers-type.md deleted file mode 100644 index 48227a0..0000000 --- a/.changeset/ten-tigers-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-fouc-killer": patch ---- - -Update README with "project still in development" warning diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index aec2d5d..169e117 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-fouc-killer +## 0.1.1 + +### Patch Changes + +- d266503: Update README with "project still in development" warning + ## 0.1.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index f150696..7f77709 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "astro-fouc-killer", - "version": "0.1.0", + "version": "0.1.1", "description": "Eliminate Dark Mode FOUC (Flash Of Unstyled Content) in Astro. Works with class based dark modes set in local storage and supports system preference.", "author": { "email": "bassim@shahidy.com",