diff --git a/.changeset/chilled-insects-melt.md b/.changeset/chilled-insects-melt.md deleted file mode 100644 index 27e8c7fe5f82..000000000000 --- 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 516eccc47471..7de1cee8fc07 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 e0a733c194c7..ff70a70e0355 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",