@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 +7 -0
- package/astro.wasm +0 -0
- package/package.json +1 -1
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
|