diff options
author | 2022-12-13 07:29:40 -0800 | |
---|---|---|
committer | 2022-12-13 10:29:40 -0500 | |
commit | d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2 (patch) | |
tree | 3cffba02e8cc43230ef4d42c632077be934e5c8a /examples/blog | |
parent | 7de9259d81ba9efc4ff3c7ccf04a799efe409aaa (diff) | |
download | astro-d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2.tar.gz astro-d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2.tar.zst astro-d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2.zip |
[ci] release (#5597)@astrojs/rss@1.2.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 a2b8f54f1..9b8ada6a9 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.1.0", + "@astrojs/rss": "^1.2.0", "@astrojs/sitemap": "^1.0.0" } } |