summaryrefslogtreecommitdiff
path: root/packages/astro-parser
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro-parser')
-rw-r--r--packages/astro-parser/CHANGELOG.md8
-rw-r--r--packages/astro-parser/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md
new file mode 100644
index 000000000..8b1bf5db7
--- /dev/null
+++ b/packages/astro-parser/CHANGELOG.md
@@ -0,0 +1,8 @@
+# astro-parser
+
+## 0.1.0
+### Minor Changes
+
+- b3886c2: Enhanced **Markdown** support! Markdown processing has been moved from `micromark` to `remark` to prepare Astro for user-provided `remark` plugins _in the future_.
+
+ This change also introduces a built-in `<Markdown>` component for embedding Markdown and any Astro-supported component format inside of `.astro` files. [Read more about Astro's Markdown support.](https://github.com/snowpackjs/astro/blob/main/docs/markdown.md)
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index 6ad029117..325336ca2 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-parser",
- "version": "0.0.9",
+ "version": "0.1.0",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",