summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md8
-rw-r--r--packages/create-astro/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index f97e695b5..714b992da 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# create-astro
+## 0.5.1
+
+### Patch Changes
+
+- a7e6666: compile javascript to target Node v12.x
+- bd18e14: Add support for [Solid](https://www.solidjs.com/)
+- d45431d: create-astro does not fail when removing subdirectories
+
## 0.5.1-next.1
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index adb4cdf7f..c5a9a790b 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.5.1-next.1",
+ "version": "0.5.1",
"type": "module",
"repository": {
"type": "git",