summaryrefslogtreecommitdiff
path: root/packages/astro-parser
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-06-16 08:41:21 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-16 08:41:21 -0400
commitc0804fc8cd10b1f8bec6c3784cde9623fb871062 (patch)
treef8ade703cfb3bce89239da7a50a9658bf00e2a5d /packages/astro-parser
parent2023a26725d05b1b4ed70efc0729588ed428b3a7 (diff)
downloadastro-c0804fc8cd10b1f8bec6c3784cde9623fb871062.tar.gz
astro-c0804fc8cd10b1f8bec6c3784cde9623fb871062.tar.zst
astro-c0804fc8cd10b1f8bec6c3784cde9623fb871062.zip
Version Packages (#450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 ecc9d3719..faa8da756 100644
--- a/packages/astro-parser/CHANGELOG.md
+++ b/packages/astro-parser/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/parser
+## 0.13.8
+
+### Patch Changes
+
+- 490f2be: Add support for Fragments with `<>` and `</>` syntax
+
## 0.13.3
### Patch Changes
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index 8dc445015..f9feb3102 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/parser",
- "version": "0.13.3",
+ "version": "0.13.8",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",