summaryrefslogtreecommitdiff
path: root/packages/astro-parser
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-parser')
-rw-r--r--packages/astro-parser/CHANGELOG.md7
-rw-r--r--packages/astro-parser/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md
index 3f4fca4b1..4f07cd456 100644
--- a/packages/astro-parser/CHANGELOG.md
+++ b/packages/astro-parser/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/parser
+## 1.0.0-next.2
+
+### Patch Changes
+
+- a7e6666: compile javascript to target Node v12.x
+- b85e68a: Fixes case where custom elements are not handled within JSX expressions
+
## 0.15.4
### Patch Changes
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index 5aa877c21..9d3d8ccd5 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
- "version": "0.15.4",
+ "version": "1.0.0-next.2",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",