diff options
author | 2023-08-21 12:35:51 -0400 | |
---|---|---|
committer | 2023-08-21 12:35:51 -0400 | |
commit | b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c (patch) | |
tree | 7c919524064c29d1a90d0c5dd8d6653c638d8a9d /packages/integrations | |
parent | d44052141b8e35f18b4e551b5fa85eb6112ad4e2 (diff) | |
download | astro-b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c.tar.gz astro-b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c.tar.zst astro-b4ef0b9a8c5c807f3af9b6ac1a83462d3bee535c.zip |
Set Markdoc integration version to a minor (#8177)
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 05983a6e4..877b080e1 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "1.0.0-beta.1", + "version": "0.5.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |