Skip to content

Commit 3b2d8b2

Browse files
[ci] release (#332)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eb7eb95 commit 3b2d8b2

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/small-tips-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-glasses-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-lobsters-report.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

lib/compiler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @astrojs/compiler
22

3+
## 0.12.1
4+
5+
### Patch Changes
6+
7+
- 097ac47: Parser: Always output the `attribute` property in an element node, even if empty
8+
- ad62437: Add `serialize` util
9+
- eb7eb95: Parse: fix escaping of `&` characters in AST output
10+
311
## 0.12.0
412

513
### Minor Changes

lib/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"bugs": "https://github.com/withastro/compiler/issues",
77
"homepage": "https://astro.build",
8-
"version": "0.12.0",
8+
"version": "0.12.1",
99
"scripts": {
1010
"build": "tsc -p ."
1111
},

0 commit comments

Comments
 (0)