diff options
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r-- | packages/integrations/markdoc/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index ebfb47f97..a95521fa0 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdoc +## 0.12.11 + +### Patch Changes + +- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]: + - @astrojs/internal-helpers@0.6.1 + - @astrojs/markdown-remark@6.2.1 + ## 0.12.10 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 7519b751b..3a102cb1f 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.12.10", + "version": "0.12.11", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |