summaryrefslogtreecommitdiff
path: root/docs/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CHANGELOG.md')
-rw-r--r--docs/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 433b54eeb..c96b3b27c 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,19 @@
# docs
+## 0.0.6
+
+### Patch Changes
+
+- 788c769d: # Hoisted scripts
+
+ This change adds support for hoisted scripts, allowing you to bundle scripts together for a page and hoist them to the top (in the head):
+
+ ```astro
+ <script hoist>
+ // Anything goes here!
+ </script>
+ ```
+
## 0.0.5
## 0.0.5-next.0