summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-04-30 06:00:59 -0700
committerGravatar GitHub <noreply@github.com> 2025-04-30 14:00:59 +0100
commitbfea0fbd456cb71970afc4ff7a9a026e249acc13 (patch)
tree8bbc80d2c0cb624910fb2a72151d7d7821b3a0bd /packages/integrations/markdoc
parentc3e80c25b90c803e2798b752583a8e77cdad3146 (diff)
downloadastro-@astrojs/vue@5.0.13.tar.gz
astro-@astrojs/vue@5.0.13.tar.zst
astro-@astrojs/vue@5.0.13.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/markdoc')
-rw-r--r--packages/integrations/markdoc/CHANGELOG.md6
-rw-r--r--packages/integrations/markdoc/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md
index 7da5c379e..18b11f673 100644
--- a/packages/integrations/markdoc/CHANGELOG.md
+++ b/packages/integrations/markdoc/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdoc
+## 0.14.2
+
+### Patch Changes
+
+- [#13731](https://github.com/withastro/astro/pull/13731) [`c3e80c2`](https://github.com/withastro/astro/commit/c3e80c25b90c803e2798b752583a8e77cdad3146) Thanks [@jsparkdev](https://github.com/jsparkdev)! - update vite to latest version for fixing CVE
+
## 0.14.1
### Patch Changes
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index ce219508c..2e993858c 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.14.1",
+ "version": "0.14.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",