diff options
Diffstat (limited to 'packages/astro-rss')
-rw-r--r-- | packages/astro-rss/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/astro-rss/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index cd17b4fa9..d2120b628 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 2.4.3 + +### Patch Changes + +- [#7153](https://github.com/withastro/astro/pull/7153) [`e17ed0727`](https://github.com/withastro/astro/commit/e17ed0727ef1acb512c77723a1b641326de8ca84) Thanks [@AkashRajpurohit](https://github.com/AkashRajpurohit)! - exposes RSSFeedItem type + ## 2.4.2 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index a6f65ae67..e9a97157c 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/rss", "description": "Add RSS feeds to your Astro projects", - "version": "2.4.2", + "version": "2.4.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |