From 6e7fef782b93dfca6f606f76babe97269033487e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 08:06:47 +0000 Subject: [PATCH] [ci] release --- .changeset/chilled-pears-know.md | 5 ----- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/chilled-pears-know.md diff --git a/.changeset/chilled-pears-know.md b/.changeset/chilled-pears-know.md deleted file mode 100644 index dbedf612f09d..000000000000 --- a/.changeset/chilled-pears-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-astro": patch ---- - -Updates the wording for choosing the "minimal" starter template options diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 825d59aa038c..34789886a454 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.11.2 + +### Patch Changes + +- [#13636](https://github.com/withastro/astro/pull/13636) [`a9fd03f`](https://github.com/withastro/astro/commit/a9fd03fd82f2ea09c7bec9fd06ef20f5612e0a56) Thanks [@sarah11918](https://github.com/sarah11918)! - Updates the wording for choosing the "minimal" starter template options + ## 4.11.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index f39c35e2f304..04c91deb27ec 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.11.1", + "version": "4.11.2", "type": "module", "author": "withastro", "license": "MIT",