summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-06-30 11:39:44 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-30 11:39:44 -0700
commitd07ad8a782c16920f043fdbcac8af850a960081b (patch)
tree51986e9b2e43c4ca303d902fde4a4782ed76ee6c /packages/integrations/mdx
parentbf44b2ab88751d59f1d1071a878944ce49554210 (diff)
downloadastro-@astrojs/netlify@0.4.8.tar.gz
astro-@astrojs/netlify@0.4.8.tar.zst
astro-@astrojs/netlify@0.4.8.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md7
-rw-r--r--packages/integrations/mdx/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
new file mode 100644
index 000000000..8a376ebf8
--- /dev/null
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @astrojs/mdx
+
+## 0.0.2
+
+### Patch Changes
+
+- [#3706](https://github.com/withastro/astro/pull/3706) [`032ad1c0`](https://github.com/withastro/astro/commit/032ad1c047a62dd663067cc562537d16f2872aa7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Initial release! 🎉
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 7171c61f9..285690337 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Use MDX within Astro",
- "version": "0.0.1",
+ "version": "0.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",