We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff1d80 commit 4fe90fdCopy full SHA for 4fe90fd
.changeset/cold-mice-stare.md
packages/compiler/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @astrojs/compiler
2
3
+## 0.29.14
4
+
5
+### Patch Changes
6
7
+- 6ff1d80: Fix regression introduced by https://github.com/withastro/compiler/pull/617
8
9
## 0.29.13
10
11
### Patch Changes
packages/compiler/package.json
@@ -5,7 +5,7 @@
"type": "module",
"bugs": "https://github.com/withastro/compiler/issues",
"homepage": "https://astro.build",
- "version": "0.29.13",
+ "version": "0.29.14",
"scripts": {
"build": "tsc -p ."
},
0 commit comments