summaryrefslogtreecommitdiff
path: root/packages/astro-parser
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-parser')
-rw-r--r--packages/astro-parser/CHANGELOG.md6
-rw-r--r--packages/astro-parser/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md
index 365f0efba..4bc0244de 100644
--- a/packages/astro-parser/CHANGELOG.md
+++ b/packages/astro-parser/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/parser
+## 0.13.10
+
+### Patch Changes
+
+- 7f8d586: Bugfix: template literals in JSX tags breaking parser
+
## 0.13.9
### Patch Changes
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index c9eebd8b3..815f2c7ad 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
- "version": "0.13.9",
+ "version": "0.13.10",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",