We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4497628 commit 9de7628Copy full SHA for 9de7628
.changeset/pre.json
@@ -9,6 +9,7 @@
9
"long-kids-wait",
10
"modern-dots-destroy",
11
"poor-maps-fly",
12
+ "quick-lamps-stare",
13
"short-tips-begin",
14
"stupid-colts-grab",
15
"tasty-garlics-call",
lib/compiler/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @astrojs/compiler
2
3
+## 0.12.0-next.8
4
+
5
+### Patch Changes
6
7
+- 4497628: Improve head injection behavior
8
## 0.12.0-next.7
### Patch Changes
lib/compiler/package.json
@@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
- "version": "0.12.0-next.7",
+ "version": "0.12.0-next.8",
"scripts": {
"build": "tsc -p ."
},
0 commit comments