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 c40028bfc..42e127b04 100644
--- a/packages/astro-parser/CHANGELOG.md
+++ b/packages/astro-parser/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro-parser
+## 0.12.0
+
+### Patch Changes
+
+- d2330a5: Improve error display for missing local files
+
### 0.12.0-next.0
### Patch Changes
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index 64ac0d770..e58e7c4cd 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-parser",
- "version": "0.12.0-next.0",
+ "version": "0.12.0",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",