mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
50dd88bc66
* fix(rss): prevent error when `pubDate` is missing * docs(rss): switch some RSS items to optional
5 lines
121 B
Markdown
5 lines
121 B
Markdown
---
|
|
'@astrojs/rss': patch
|
|
---
|
|
|
|
Fixes an error that occurred when the optional `pubDate` property was missing in an item.
|