summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-15 06:54:16 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-15 22:54:16 +0800
commit66acc6a65c978bbd3dde096f243c742d738b092a (patch)
tree2e291c40117fb0c1abdb5d4c652a94fcf9ac7f41 /packages/integrations/mdx
parent0fbcf838a775d3b07e7c2372888a8aa6c190278e (diff)
downloadastro-66acc6a65c978bbd3dde096f243c742d738b092a.tar.gz
astro-66acc6a65c978bbd3dde096f243c742d738b092a.tar.zst
astro-66acc6a65c978bbd3dde096f243c742d738b092a.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.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 82986bebe..ab4599976 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/mdx
+## 0.16.2
+
+### Patch Changes
+
+- [#6252](https://github.com/withastro/astro/pull/6252) [`0fbcf838a`](https://github.com/withastro/astro/commit/0fbcf838a775d3b07e7c2372888a8aa6c190278e) Thanks [@bluwy](https://github.com/bluwy)! - Revert previous breaking change
+
## 0.16.1
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 0354dc9de..3c1bc6a35 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.16.1",
+ "version": "0.16.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",