summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-09-13 04:04:37 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-13 13:04:37 +0200
commit490eed1cd948f91aedf86b5ffd4ac7285ee52f40 (patch)
tree4379f41703650e43f45fd8c2070c72f831c9fbfc /packages/integrations
parent878f7f60ba205ea499f910724a6b897a345b6a49 (diff)
downloadastro@4.15.5.tar.gz
astro@4.15.5.tar.zst
astro@4.15.5.zip
[ci] release (#11940)astro@4.15.5@astrojs/mdx@3.1.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 1fe03c2ea..59a99555e 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 3.1.6
+
+### Patch Changes
+
+- [#11975](https://github.com/withastro/astro/pull/11975) [`c9ae7b1`](https://github.com/withastro/astro/commit/c9ae7b1b89e050900bbc111f29e8c5d95c26bf36) Thanks [@bluwy](https://github.com/bluwy)! - Handles nested root hast node when optimizing MDX
+
## 3.1.5
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 77a24527b..aa7b25bf8 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": "3.1.5",
+ "version": "3.1.6",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",