summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-03-28 10:17:46 -0700
committerGravatar GitHub <noreply@github.com> 2023-03-28 13:17:46 -0400
commitaf108e4b4a69138eb6bc3de81c015a2e3d9437a5 (patch)
treeaa88a64d819dae13b1192b7fc8347a91c599dfd8 /packages/create-astro
parent2e92e9aa976735c3ddb647152bb9c4850136e386 (diff)
downloadastro-af108e4b4a69138eb6bc3de81c015a2e3d9437a5.tar.gz
astro-af108e4b4a69138eb6bc3de81c015a2e3d9437a5.tar.zst
astro-af108e4b4a69138eb6bc3de81c015a2e3d9437a5.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 8ae781c5f..2e8ca4308 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 3.1.2
+
+### Patch Changes
+
+- [#6677](https://github.com/withastro/astro/pull/6677) [`4a3262060`](https://github.com/withastro/astro/commit/4a32620600966ea89ddb5e1669d89a53e85ccf9a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: Log an error when passing a `--template` that does not exist
+
## 3.1.1
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 1801a680d..3f1f4b736 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.1.1",
+ "version": "3.1.2",
"type": "module",
"author": "withastro",
"license": "MIT",