summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-05-17 04:01:27 -0700
committerGravatar GitHub <noreply@github.com> 2024-05-17 12:01:27 +0100
commit8a80221e4c4b93b7d60f43b01753644247c7ad76 (patch)
treebf85359021e4100fa1ce81fbe294da06e423f481 /packages
parent9637014b1495a5a41cb384c7de4de410348f4cc0 (diff)
downloadastro@4.8.6.tar.gz
astro@4.8.6.tar.zst
astro@4.8.6.zip
[ci] release (#11085)astro@4.8.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/CHANGELOG.md6
-rw-r--r--packages/astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 64c9586c0..f111e97e0 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 4.8.6
+
+### Patch Changes
+
+- [#11084](https://github.com/withastro/astro/pull/11084) [`9637014`](https://github.com/withastro/astro/commit/9637014b1495a5a41cb384c7de4de410348f4cc0) Thanks [@bluwy](https://github.com/bluwy)! - Fixes regression when handling hoisted scripts from content collections
+
## 4.8.5
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 99f26a487..6f416a61e 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "4.8.5",
+ "version": "4.8.6",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",