diff options
author | 2023-08-10 11:49:52 +0100 | |
---|---|---|
committer | 2023-08-10 11:49:52 +0100 | |
commit | 14b0626f3eca8ec92df29b0d43b87cd2f59efa25 (patch) | |
tree | ffbb2499b12734de79309fb098c964a9ef22428b /packages/create-astro | |
parent | 08c3afb8606f7e0cde30db66c07782c6c058f182 (diff) | |
parent | 1e3c9f515b78dded044a2b1582cf629a15943f69 (diff) | |
download | astro-14b0626f3eca8ec92df29b0d43b87cd2f59efa25.tar.gz astro-14b0626f3eca8ec92df29b0d43b87cd2f59efa25.tar.zst astro-14b0626f3eca8ec92df29b0d43b87cd2f59efa25.zip |
Merge remote-tracking branch 'origin/main' into next
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 558ae689a..76642c962 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -6,6 +6,12 @@ - [`1eae2e3f7`](https://github.com/withastro/astro/commit/1eae2e3f7d693c9dfe91c8ccfbe606d32bf2fb81) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023. +## 3.1.12 + +### Patch Changes + +- [#7993](https://github.com/withastro/astro/pull/7993) [`315d58f27`](https://github.com/withastro/astro/commit/315d58f27b022c9d4285cf13f445ed18c26c327e) Thanks [@delucis](https://github.com/delucis)! - Add support for more Starlight templates + ## 3.1.11 ### Patch Changes |