0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Merge branch 'main' into next

This commit is contained in:
Emanuele Stoppa 2024-11-26 11:37:16 +00:00
commit c34803205e
2 changed files with 6 additions and 5 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes a regression where Astro was trying to access `Request.headers`

View file

@ -1391,6 +1391,12 @@
- Updated dependencies [[`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]: - Updated dependencies [[`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]:
- @astrojs/markdown-remark@6.0.0-alpha.0 - @astrojs/markdown-remark@6.0.0-alpha.0
## 4.16.15
### Patch Changes
- [#12498](https://github.com/withastro/astro/pull/12498) [`b140a3f`](https://github.com/withastro/astro/commit/b140a3f6d821127f927b7cb938294549e41c5168) Thanks [@ematipico](https://github.com/ematipico)! - Fixes a regression where Astro was trying to access `Request.headers`
## 4.16.14 ## 4.16.14
### Patch Changes ### Patch Changes