diff options
author | 2023-11-01 06:23:32 -0700 | |
---|---|---|
committer | 2023-11-01 08:23:32 -0500 | |
commit | 4a0fec969fac93c905b32952128572889d90a6ef (patch) | |
tree | 446c639a6e30dd0857d64ab27c099dd452ce7db4 /packages/create-astro/CHANGELOG.md | |
parent | 6169b6e56152b1ba944416d85551994788cfb887 (diff) | |
download | astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.gz astro-4a0fec969fac93c905b32952128572889d90a6ef.tar.zst astro-4a0fec969fac93c905b32952128572889d90a6ef.zip |
[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro/CHANGELOG.md')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 09390b287..3b270b3bd 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,15 @@ # create-astro +## 4.5.0 + +### Minor Changes + +- [#8959](https://github.com/withastro/astro/pull/8959) [`6169b6e56`](https://github.com/withastro/astro/commit/6169b6e56152b1ba944416d85551994788cfb887) Thanks [@ElianCodes](https://github.com/ElianCodes)! - Undo the halloween theme and restore `fancy` behaviour + +### Patch Changes + +- [#8939](https://github.com/withastro/astro/pull/8939) [`71455c16c`](https://github.com/withastro/astro/commit/71455c16c371aaca4b5a551b713a77c6820efd78) Thanks [@wktk](https://github.com/wktk)! - Fixes TypeScript installation issue with yarn + ## 4.4.1 ### Patch Changes |