diff options
author | 2023-02-17 05:48:21 -0800 | |
---|---|---|
committer | 2023-02-17 14:48:21 +0100 | |
commit | a4861046927f6bd7382de069ddb6ebcf419a0dc7 (patch) | |
tree | c718825498811bf1afd44ae7360bbd2edf1e2392 /examples/blog | |
parent | 0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c (diff) | |
download | astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.tar.gz astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.tar.zst astro-a4861046927f6bd7382de069ddb6ebcf419a0dc7.zip |
[ci] release (#6269)create-astro@3.0.2@astrojs/rss@2.1.1
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index effecfabf..29824988b 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.0.13", "@astrojs/mdx": "^0.17.0", - "@astrojs/rss": "^2.1.0", + "@astrojs/rss": "^2.1.1", "@astrojs/sitemap": "^1.0.1" } } |