diff options
author | 2024-10-15 10:10:48 -0700 | |
---|---|---|
committer | 2024-10-15 19:10:48 +0200 | |
commit | 5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76 (patch) | |
tree | d44a5821654d08c821509113cba73e4360625d06 /examples/blog | |
parent | 67bb22e5a1ff0fcbd66de5c4acd828d23477e3e2 (diff) | |
download | astro-5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76.tar.gz astro-5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76.tar.zst astro-5a4edebfd28e5f93f4fb5b9e0ca499b30fdd9a76.zip |
[ci] release (#12234)astro@4.16.5@astrojs/rss@4.0.9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 5091fd1a4..1af4f65f4 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/mdx": "^3.1.8", - "@astrojs/rss": "^4.0.8", + "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^4.16.4" + "astro": "^4.16.5" } } |