summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
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 60a97ca9e..d8e173a2d 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 0.6.2
+
+### Patch Changes
+
+- 11a6f884: Added a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't
+
## 0.6.1
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 978e9c3a3..6b3672922 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.6.1",
+ "version": "0.6.2",
"type": "module",
"repository": {
"type": "git",