summaryrefslogtreecommitdiff
path: root/packages/markdown/remark/package.json
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-05 03:10:06 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-05 11:10:06 +0100
commit584d6f068003c5f1d3cb6c04a69c7a33db0b4f11 (patch)
treebe38c6880862c4304c885fc7a88c0640ab34383e /packages/markdown/remark/package.json
parent78adbc4433208458291e36713909762e148e1e5d (diff)
downloadastro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.gz
astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.zst
astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.zip
[ci] release (#8738)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/remark/package.json')
-rw-r--r--packages/markdown/remark/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 61b3f4aaa..8a3b22236 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "3.2.0",
+ "version": "3.2.1",
"type": "module",
"author": "withastro",
"license": "MIT",
@@ -28,7 +28,7 @@
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
- "astro": "workspace:^3.1.0"
+ "astro": "workspace:^3.2.3"
},
"dependencies": {
"@astrojs/prism": "^3.0.0",