summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-01-30 07:41:06 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-30 15:41:06 +0000
commit3a50cbf6ed229869f67e1246fb76bbe91b0f81cd (patch)
tree3f04549931d8fc71a2f62c8799ec8cecdd41d51e /packages/integrations/mdx
parent202d3fbaa9f68059c08ee25214d7c0eb7f33144a (diff)
downloadastro-3a50cbf6ed229869f67e1246fb76bbe91b0f81cd.tar.gz
astro-3a50cbf6ed229869f67e1246fb76bbe91b0f81cd.tar.zst
astro-3a50cbf6ed229869f67e1246fb76bbe91b0f81cd.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 05f9534e2..f1da065f6 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/mdx
+## 2.1.1
+
+### Patch Changes
+
+- Updated dependencies [[`44c957f893c6bf5f5b7c78301de7b21c5975584d`](https://github.com/withastro/astro/commit/44c957f893c6bf5f5b7c78301de7b21c5975584d)]:
+ - @astrojs/markdown-remark@4.2.1
+
## 2.1.0
### Minor Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index ee2e33940..992e721ea 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.1.0",
+ "version": "2.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",