0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-13 22:11:20 -05:00
astro/.changeset/plenty-kings-swim.md
Armand Philippot 50dd88bc66
fix(@astrojs/rss): prevent an error when pubDate is missing (#12137)
* fix(rss): prevent error when `pubDate` is missing

* docs(rss): switch some RSS items to optional
2024-10-07 11:42:19 -04:00

5 lines
148 B
Markdown

---
'@astrojs/rss': patch
---
Fixes an error where docs incorrectly stated the `title`, `link` and `pubDate` properties of RSS items was required.