summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/chilled-insects-melt.md5
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/chilled-insects-melt.md b/.changeset/chilled-insects-melt.md
deleted file mode 100644
index 27e8c7fe5..000000000
--- a/.changeset/chilled-insects-melt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Add `starlight` template alias
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 516eccc47..7de1cee8f 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 3.1.6
+
+### Patch Changes
+
+- [#7277](https://github.com/withastro/astro/pull/7277) [`229affca4`](https://github.com/withastro/astro/commit/229affca405ce77bf80bcea6a91891f689a3161b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Add `starlight` template alias
+
## 3.1.5
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index e0a733c19..ff70a70e0 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.1.5",
+ "version": "3.1.6",
"type": "module",
"author": "withastro",
"license": "MIT",