[ci] release (#3173)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-04-21 16:00:18 -05:00 committed by GitHub
parent 84b863df6a
commit f3586cff41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'create-astro': minor
---
Add prompt to choose a directory, now defaulting to a separate "./my-astro-site" instead of "." (current directory)

View file

@ -1,5 +1,11 @@
# create-astro
## 0.9.0
### Minor Changes
- [#3168](https://github.com/withastro/astro/pull/3168) [`7c49194c`](https://github.com/withastro/astro/commit/7c49194ca2161a09cc304ba8327533f8176ae0da) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add prompt to choose a directory, now defaulting to a separate "./my-astro-site" instead of "." (current directory)
## 0.8.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.8.0",
"version": "0.9.0",
"type": "module",
"author": "withastro",
"license": "MIT",