summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-06-02 11:17:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-06-02 13:17:55 -0500
commitc8959813864c0ce8d408cc2244bcae1516f2b9f4 (patch)
tree9f8f7223d87ba607eb494040cce12eeaffc801c4
parent229affca405ce77bf80bcea6a91891f689a3161b (diff)
downloadastro-c8959813864c0ce8d408cc2244bcae1516f2b9f4.tar.gz
astro-c8959813864c0ce8d408cc2244bcae1516f2b9f4.tar.zst
astro-c8959813864c0ce8d408cc2244bcae1516f2b9f4.zip
[ci] release (#7278)create-astro@3.1.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-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",