summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-08-27 10:46:14 -0400
committerGravatar GitHub <noreply@github.com> 2021-08-27 10:46:14 -0400
commit3bb97ea328262519c754e4c8f6fa924d8a65801c (patch)
tree5bc8fd547113dd273db2154fc441ab17ccd157be /docs
parentcd684eb95ef2fc6c312535c572aa3cf4b99c16fd (diff)
downloadastro-3bb97ea328262519c754e4c8f6fa924d8a65801c.tar.gz
astro-3bb97ea328262519c754e4c8f6fa924d8a65801c.tar.zst
astro-3bb97ea328262519c754e4c8f6fa924d8a65801c.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/CHANGELOG.md14
-rw-r--r--docs/package.json4
2 files changed, 16 insertions, 2 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
diff --git a/docs/package.json b/docs/package.json
index 724adede2..2e76c3009 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "docs",
- "version": "0.0.5",
+ "version": "0.0.6",
"private": true,
"scripts": {
"dev": "astro dev",
@@ -17,7 +17,7 @@
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
- "astro": "^0.20.0",
+ "astro": "^0.20.2",
"broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5",
"pa11y-ci": "^2.4.2",