diff options
author | 2024-05-15 07:42:55 -0700 | |
---|---|---|
committer | 2024-05-15 10:42:55 -0400 | |
commit | 5a48d5338529190dc9241b51cf490c1e4841e726 (patch) | |
tree | 2e4844c2d1aa5d65d7a89b33466d5b78e4c4fa37 /packages/astro-rss | |
parent | b743dddf3b15088b7a9d90737d7a0ef251f402c2 (diff) | |
download | astro-5a48d5338529190dc9241b51cf490c1e4841e726.tar.gz astro-5a48d5338529190dc9241b51cf490c1e4841e726.tar.zst astro-5a48d5338529190dc9241b51cf490c1e4841e726.zip |
[ci] release (#11025)astro@4.8.4@astrojs/rss@4.0.6@astrojs/db@0.11.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 9a02f7b92..7d715a523 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 4.0.6 + +### Patch Changes + +- [#11050](https://github.com/withastro/astro/pull/11050) [`841df1f`](https://github.com/withastro/astro/commit/841df1f1b192f39849509cda49b7243940cc30f9) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Fixes an issue where trailing slash is not removed even if the `trailingSlash` option is set to `false`. + ## 4.0.5 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 0a85f99c6..d18cc707e 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": "4.0.5", + "version": "4.0.6", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |