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 3da1b144d..f3768e6e2 100644
--- a/packages/astro-parser/CHANGELOG.md
+++ b/packages/astro-parser/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/parser
+## 0.20.2
+
+### Patch Changes
+
+- 5d2ea578: fixed an issue using namespaced attributes in astro files
+
## 0.18.6
## 0.18.5
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index fa617cad8..d73710c52 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
- "version": "0.18.6",
+ "version": "0.20.2",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",