@astrojs/compiler 0.22.0 → 0.22.1

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,11 @@
1
1
  # @astrojs/compiler
2
2
 
3
+ ## 0.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 973103c: Prevents unescaping attribute expressions
8
+
3
9
  ## 0.22.0
4
10
 
5
11
  ### Minor Changes
@@ -16,6 +22,7 @@
16
22
  ### Patch Changes
17
23
 
18
24
  - 4b318d5: Do not attempt to hoist styles or scripts inside of `<noscript>`
25
+ - d6ebab6: Fixing missing semicolon on TSX Frontmatter last-entries
19
26
 
20
27
  ## 0.20.0
21
28
 
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.22.0",
8
+ "version": "0.22.1",
9
9
  "main": "./node/index.js",
10
10
  "types": "./node",
11
11
  "repository": {