diff options
author | 2023-03-07 14:15:56 -0500 | |
---|---|---|
committer | 2023-03-07 14:15:56 -0500 | |
commit | 6a092b295b285a48ee211d6128b56929e5b6363f (patch) | |
tree | a1bc8f668b9dda1745491f42dec3b28e61143e5c | |
parent | 05c5ef155f414d4939f84e1d1720a62763315423 (diff) | |
download | astro-6a092b295b285a48ee211d6128b56929e5b6363f.tar.gz astro-6a092b295b285a48ee211d6128b56929e5b6363f.tar.zst astro-6a092b295b285a48ee211d6128b56929e5b6363f.zip |
chore: bump Markdoc to v0.0.1
-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 d41ca0ef1..bccfb530f 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Use Markdoc within Astro", - "version": "0.0.0", + "version": "0.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |