diff options
author | 2022-10-27 06:41:03 -0700 | |
---|---|---|
committer | 2022-10-27 09:41:03 -0400 | |
commit | 50841bb7fd88d9c557bb6386e1ada23a8bc80ab9 (patch) | |
tree | c30b921ba19f9f876d9a4b690b6f842a49dc3621 /packages/create-astro | |
parent | b9364ff8d98095b905f761074fb1179b24aa6c74 (diff) | |
download | astro-50841bb7fd88d9c557bb6386e1ada23a8bc80ab9.tar.gz astro-50841bb7fd88d9c557bb6386e1ada23a8bc80ab9.tar.zst astro-50841bb7fd88d9c557bb6386e1ada23a8bc80ab9.zip |
[ci] release (#5199)create-astro@1.2.0astro@1.6.0@astrojs/rss@1.0.3@astrojs/node@2.0.2@astrojs/cloudflare@3.1.1
* [ci] release
* Update packages/integrations/cloudflare/CHANGELOG.md
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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", |