Skip to content

Commit

Permalink
[ci] release (#650)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 2, 2022
1 parent aa3ad9d commit 60ed33a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-chairs-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-berries-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-ladybugs-exist.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrojs/compiler

## 0.29.18

### Patch Changes

- 80de395: fix: avoid nil pointer dereference in table parsing
- aa3ad9d: Fix `parse` output to properly account for the location of self-closing tags
- b89dec4: Internally, replace `astro.ParseFragment` in favor of `astro.ParseFragmentWithOptions`. We now check whether an error handler is passed when calling `astro.ParseFragmentWithOptions`

## 0.29.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
"version": "0.29.17",
"version": "0.29.18",
"scripts": {
"build": "tsc -p ."
},
Expand Down

0 comments on commit 60ed33a

Please sign in to comment.