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
new file mode 100644
index 000000000..0029af7d4
--- /dev/null
+++ b/packages/create-astro/CHANGELOG.md
@@ -0,0 +1,8 @@
+# create-astro
+
+## 0.1.0
+### Minor Changes
+
+- ed63132: Added **interactive mode** with a fesh new UI.
+
+ Included a new **blank** starter to get up and running even faster.
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index c7f55e0e0..8c3257e98 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.0.9",
+ "version": "0.1.0",
"type": "module",
"exports": {
".": "./create-astro.js"