diff options
author | 2022-07-11 13:34:29 -0500 | |
---|---|---|
committer | 2022-07-11 13:34:29 -0500 | |
commit | 7c49096e864815d63179a467d9d3d89c76ccd523 (patch) | |
tree | ba3873cf32fafcc78148d7f91e4a9f3e92ace632 /.changeset/odd-donuts-push.md | |
parent | 9cf7e406412bcc9c1a17b57072dc1c4a1b94b635 (diff) | |
download | astro-7c49096e864815d63179a467d9d3d89c76ccd523.tar.gz astro-7c49096e864815d63179a467d9d3d89c76ccd523.tar.zst astro-7c49096e864815d63179a467d9d3d89c76ccd523.zip |
Update compiler (#3892)
* chore: update @astrojs/compiler
* chore: add changeset
* chore: update test
Co-authored-by: Nate Moore <nate@astro.build>
Diffstat (limited to '.changeset/odd-donuts-push.md')
-rw-r--r-- | .changeset/odd-donuts-push.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/odd-donuts-push.md b/.changeset/odd-donuts-push.md new file mode 100644 index 000000000..ac950ecd5 --- /dev/null +++ b/.changeset/odd-donuts-push.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Update `@astrojs/compiler` to latest |