diff options
author | 2025-04-17 01:20:34 -0700 | |
---|---|---|
committer | 2025-04-17 09:20:34 +0100 | |
commit | 38b5673783c4dd5995120c9c6b834b6611acd8b7 (patch) | |
tree | dfcc8dce39a3f386e609279f4d530db77233ae4c | |
parent | a9fd03fd82f2ea09c7bec9fd06ef20f5612e0a56 (diff) | |
download | astro-38b5673783c4dd5995120c9c6b834b6611acd8b7.tar.gz astro-38b5673783c4dd5995120c9c6b834b6611acd8b7.tar.zst astro-38b5673783c4dd5995120c9c6b834b6611acd8b7.zip |
[ci] release (#13641)create-astro@4.11.2
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/chilled-pears-know.md | 5 | ||||
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/chilled-pears-know.md b/.changeset/chilled-pears-know.md deleted file mode 100644 index dbedf612f..000000000 --- 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 825d59aa0..34789886a 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 f39c35e2f..04c91deb2 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", |