@astrojs/compiler 0.11.3 → 0.11.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.11.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 99b5de2: Reset tokenizer state when a raw element that is self-closing is encountered.
8
+
9
+ This fixes the handling of self-closing elements like `<title />` and `<script />` when used with `set:html`.
10
+
3
11
  ## 0.11.3
4
12
 
5
13
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "bugs": "https://github.com/withastro/compiler/issues",
7
7
  "homepage": "https://astro.build",
8
- "version": "0.11.3",
8
+ "version": "0.11.4",
9
9
  "scripts": {
10
10
  "build": "tsc -p ."
11
11
  },