summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-05-22 05:03:48 -0700
committerGravatar GitHub <noreply@github.com> 2025-05-22 13:03:48 +0100
commit3632dda0c14d03b6849a2f513fc2467a91bcbc83 (patch)
tree51478d366e7d9db48a890f51c9aa58bd60ab363d /packages/integrations/mdx/package.json
parent3c3b492375bd6a63f1fb6cede3685aff999be3c9 (diff)
downloadastro-7ae7ef4f45ef92558daad68d8766462ae72b5eb6.tar.gz
astro-7ae7ef4f45ef92558daad68d8766462ae72b5eb6.tar.zst
astro-7ae7ef4f45ef92558daad68d8766462ae72b5eb6.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx/package.json')
-rw-r--r--packages/integrations/mdx/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index cd37c2b34..6957bf8d1 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": "4.2.6",
+ "version": "4.3.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",