diff options
author | 2024-07-18 08:05:23 -0700 | |
---|---|---|
committer | 2024-07-18 16:05:23 +0100 | |
commit | aa05be3313940ee039ae58f01e5e6577a4ea1fe9 (patch) | |
tree | 843364cdac8395e1daec3a1853edf555ddf516ae /packages/integrations/markdoc/package.json | |
parent | a6371696680b8a4c9566cc1c68d7298ca9e3a7aa (diff) | |
download | astro-aa05be3313940ee039ae58f01e5e6577a4ea1fe9.tar.gz astro-aa05be3313940ee039ae58f01e5e6577a4ea1fe9.tar.zst astro-aa05be3313940ee039ae58f01e5e6577a4ea1fe9.zip |
[ci] release (#11481)astro@4.12.0@astrojs/web-vitals@1.0.0@astrojs/svelte@5.7.0@astrojs/mdx@3.1.3@astrojs/markdown-remark@5.2.0@astrojs/markdoc@0.11.3@astrojs/db@0.12.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc/package.json')
-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 994f92983..df71e31b6 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": "0.11.2", + "version": "0.11.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |