From 024523bd9b01eebe6ecf86d5a4fb6a902b26a1c3 Mon Sep 17 00:00:00 2001 From: Princesseuh Date: Wed, 18 Jan 2023 15:11:01 +0100 Subject: [PATCH] chore: Same thing for MDX integration --- packages/integrations/mdx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 0d20d8743392..49339368ca13 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": "1.0.0-beta.2", + "version": "0.14.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro",