diff options
author | 2022-12-14 07:23:50 -0800 | |
---|---|---|
committer | 2022-12-14 10:23:50 -0500 | |
commit | 8913c51e1ab3e799710e806a2335ffbcd073bd40 (patch) | |
tree | 48f3a4a4dc618fe754b6c34b1bda5be24c0fab50 /examples/blog | |
parent | fa96a01fc6f7f8757f0143c75e34f366fe73073e (diff) | |
download | astro-8913c51e1ab3e799710e806a2335ffbcd073bd40.tar.gz astro-8913c51e1ab3e799710e806a2335ffbcd073bd40.tar.zst astro-8913c51e1ab3e799710e806a2335ffbcd073bd40.zip |
[ci] release (#5605)@astrojs/rss@1.2.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 9b8ada6a9..4401e830f 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^1.6.15", "@astrojs/mdx": "^0.12.2", - "@astrojs/rss": "^1.2.0", + "@astrojs/rss": "^1.2.1", "@astrojs/sitemap": "^1.0.0" } } |