summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-22 12:11:07 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-22 15:11:07 -0500
commit2b5f1d6be8a15768ce9a18c1e31370f4878f2637 (patch)
tree1cb40382c6fd75c2401545ff58b04208709c967e /packages/integrations/mdx
parent2f81cffa9da9db0e2802d303f94feaee8d2f54ec (diff)
downloadastro-@astrojs/markdown-remark@4.2.0.tar.gz
astro-@astrojs/markdown-remark@4.2.0.tar.zst
astro-@astrojs/markdown-remark@4.2.0.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
index f33c85ea8..9182a6d2c 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/mdx
+## 2.0.6
+
+### Patch Changes
+
+- Updated dependencies [[`53c69dcc82cdf4000aff13a6c11fffe19096cf45`](https://github.com/withastro/astro/commit/53c69dcc82cdf4000aff13a6c11fffe19096cf45), [`2f81cffa9da9db0e2802d303f94feaee8d2f54ec`](https://github.com/withastro/astro/commit/2f81cffa9da9db0e2802d303f94feaee8d2f54ec), [`a505190933365268d48139a5f197a3cfb5570870`](https://github.com/withastro/astro/commit/a505190933365268d48139a5f197a3cfb5570870)]:
+ - @astrojs/markdown-remark@4.2.0
+
## 2.0.5
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index e36d05e2d..59c72aaf8 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "2.0.5",
+ "version": "2.0.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",