summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-26 11:37:16 +0000
committerGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-11-26 11:37:16 +0000
commitc34803205e2bc433df191a7e39d63e8ec307becc (patch)
tree4e4f279e924b82410530903b8cec4676289caadc
parent1b61fdf038d2627c6dad1a7f1426f60a4616ad93 (diff)
parent36d8d921db05bf9222512949a64f5076904dde4d (diff)
downloadastro-c34803205e2bc433df191a7e39d63e8ec307becc.tar.gz
astro-c34803205e2bc433df191a7e39d63e8ec307becc.tar.zst
astro-c34803205e2bc433df191a7e39d63e8ec307becc.zip
Merge branch 'main' into next
Diffstat (limited to '')
-rw-r--r--.changeset/unlucky-kids-compete.md5
-rw-r--r--packages/astro/CHANGELOG.md6
2 files changed, 6 insertions, 5 deletions
diff --git a/.changeset/unlucky-kids-compete.md b/.changeset/unlucky-kids-compete.md
deleted file mode 100644
index e4b59791e..000000000
--- a/.changeset/unlucky-kids-compete.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a regression where Astro was trying to access `Request.headers`
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 078197245..b045edabe 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1391,6 +1391,12 @@
- Updated dependencies [[`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]:
- @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
### Patch Changes