summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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