summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-02-06 08:28:12 -0800
committerGravatar GitHub <noreply@github.com> 2024-02-06 16:28:12 +0000
commite4999083bf3d0f41c8e2a4f44d19b02d95529ec6 (patch)
treecae18504b804cc7d6c532692e1e00551f2d54a69 /examples/blog
parent18ac0940ea1b49b6b0ddd9be1f96aef416e2d7ee (diff)
downloadastro-@astrojs/rss@4.0.5.tar.gz
astro-@astrojs/rss@4.0.5.tar.zst
astro-@astrojs/rss@4.0.5.zip
[ci] release (#9973)astro@4.3.3@astrojs/rss@4.0.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8702b5dc3..be054f12e 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -12,8 +12,8 @@
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
- "@astrojs/rss": "^4.0.4",
+ "@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
- "astro": "^4.3.2"
+ "astro": "^4.3.3"
}
}