diff options
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 16 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 58be96037..746ed3bfc 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,21 @@ # create-astro +## 1.2.0 + +### Minor Changes + +- [#5088](https://github.com/withastro/astro/pull/5088) [`040837628`](https://github.com/withastro/astro/commit/04083762810a1a9e078a7e68edab945c8063b1ab) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Introducing your new automated assistant: Houston! 🎉 + + ``` + â•─────╮ Houston: + │ â— â—¡ â— Initiating launch sequence... right... now! + ╰─────╯ + ``` + + Updates template and TypeScript prompts for clarity and friendliness. + + Migrates template copying from [`degit`](https://github.com/Rich-Harris/degit) (unmaintained) to [`giget`](https://github.com/unjs/giget) for stability. + ## 1.1.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index d348b8778..7c2bd6661 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "1.1.0", + "version": "1.2.0", "type": "module", "author": "withastro", "license": "MIT", |