@astrojs/compiler 0.2.10 → 0.2.14

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,30 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.2.14
4
+
5
+ ### Patch Changes
6
+
7
+ - f59c886: Bugfix: allow for detection of void tags (e.g. <img>)
8
+ - 4c8d14a: Fixes textContent containing a forward slash
9
+
10
+ ## 0.2.13
11
+
12
+ ### Patch Changes
13
+
14
+ - f262b61: Fix for string template usage within expressions
15
+
16
+ ## 0.2.12
17
+
18
+ ### Patch Changes
19
+
20
+ - c9fa9eb: Fix for apostrophe within elements
21
+
22
+ ## 0.2.11
23
+
24
+ ### Patch Changes
25
+
26
+ - 27629b2: Reverts the apostrophe change that broke markdown parsing
27
+
3
28
  ## 0.2.10
4
29
 
5
30
  ### Patch Changes
package/astro.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@astrojs/compiler",
3
3
  "type": "module",
4
- "version": "0.2.10",
4
+ "version": "0.2.14",
5
5
  "scripts": {
6
6
  "build": "tsc -p ."
7
7
  },