diff options
author | 2021-12-06 15:15:14 -0600 | |
---|---|---|
committer | 2021-12-06 15:15:14 -0600 | |
commit | 1298fd8678fa85e69d8eaebe8119b691c173f8c0 (patch) | |
tree | abdc5cf61bb5a8450f291d5450664c6c5b7b7541 /packages/create-astro | |
parent | ec6cdef62d26c1f9d71116a4f7e645883ab796dc (diff) | |
download | astro-1298fd8678fa85e69d8eaebe8119b691c173f8c0.tar.gz astro-1298fd8678fa85e69d8eaebe8119b691c173f8c0.tar.zst astro-1298fd8678fa85e69d8eaebe8119b691c173f8c0.zip |
chore: release (#2133)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index ce29fa08f..995c782cd 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.9 + +### Patch Changes + +- [#2124](https://github.com/withastro/astro/pull/2124) [`c0f29bcf`](https://github.com/withastro/astro/commit/c0f29bcf8c2b943e4a8101cae4f893b13a4b832c) Thanks [@leosvelperez](https://github.com/leosvelperez)! - Parse --renderers flag correctly when passed to the create-astro cli + ## 0.6.8 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 88348cf86..89efdb1d6 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.8", + "version": "0.6.9", "type": "module", "repository": { "type": "git", |