Skip to content

Commit

Permalink
Update compiler (#2957)
Browse files Browse the repository at this point in the history
* chore: update compiler

* chore: add changeset
  • Loading branch information
natemoo-re authored Apr 1, 2022
1 parent cccc603 commit 80e6e75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/soft-avocados-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Update `@astrojs/compiler`, fixing some bugs related to RegExp usage in frontmatter
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/compiler": "^0.13.1",
"@astrojs/compiler": "^0.13.2",
"@astrojs/language-server": "^0.13.2",
"@astrojs/markdown-remark": "^0.7.0",
"@astrojs/prism": "0.4.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80e6e75

Please sign in to comment.