diff options
author | 2023-01-19 08:40:44 -0800 | |
---|---|---|
committer | 2023-01-19 11:40:44 -0500 | |
commit | 9ddb7a2f2e89b385dd24ebd000c2d19f4cf5d60a (patch) | |
tree | 290358eda1a0abbff2f89a3594dc77436ccc61c0 /examples/blog | |
parent | 1d37ab4f9fcacd42c94c0f5e24bd7326125e74b0 (diff) | |
download | astro-9ddb7a2f2e89b385dd24ebd000c2d19f4cf5d60a.tar.gz astro-9ddb7a2f2e89b385dd24ebd000c2d19f4cf5d60a.tar.zst astro-9ddb7a2f2e89b385dd24ebd000c2d19f4cf5d60a.zip |
[ci] release (beta) (#5906)@astrojs/rss@2.1.0-beta.0
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 3e358672b..58d9b7c6e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,7 +13,7 @@ "dependencies": { "astro": "^2.0.0-beta.3", "@astrojs/mdx": "^0.15.0-beta.0", - "@astrojs/rss": "^2.0.0", + "@astrojs/rss": "^2.1.0-beta.0", "@astrojs/sitemap": "^1.0.0" } } |