summaryrefslogtreecommitdiff
path: root/packages/markdown/remark
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-03-11 02:23:12 -0700
committerGravatar GitHub <noreply@github.com> 2025-03-11 09:23:12 +0000
commit10fae31ac1278ea3f713467cd2909372a4f41bb3 (patch)
tree7cc36c9debd9da029162cdac31dc60a7d10b94c0 /packages/markdown/remark
parent6d1c63fa46a624b1c4981d4324ebabf37cc2b958 (diff)
downloadastro-10fae31ac1278ea3f713467cd2909372a4f41bb3.tar.gz
astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.tar.zst
astro-10fae31ac1278ea3f713467cd2909372a4f41bb3.zip
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/remark')
-rw-r--r--packages/markdown/remark/CHANGELOG.md7
-rw-r--r--packages/markdown/remark/package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md
index 71d14f628..0276c323c 100644
--- a/packages/markdown/remark/CHANGELOG.md
+++ b/packages/markdown/remark/CHANGELOG.md
@@ -1,5 +1,12 @@
# @astrojs/markdown-remark
+## 6.2.1
+
+### Patch Changes
+
+- Updated dependencies [[`042d1de`](https://github.com/withastro/astro/commit/042d1de901fd9aa66157ce078b28bcd9786e1373)]:
+ - @astrojs/internal-helpers@0.6.1
+
## 6.2.0
### Minor Changes
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 0813249dc..90788b5c7 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "6.2.0",
+ "version": "6.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",