summaryrefslogtreecommitdiff
path: root/packages/astro-rss
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-02-17 05:48:21 -0800
committerGravatar GitHub <noreply@github.com> 2023-02-17 14:48:21 +0100
commita4861046927f6bd7382de069ddb6ebcf419a0dc7 (patch)
treec718825498811bf1afd44ae7360bbd2edf1e2392 /packages/astro-rss
parent0f5d122cd538b65ec7208ddae5e60cfaddaf4b2c (diff)
downloadastro-create-astro@3.0.2.tar.gz
astro-create-astro@3.0.2.tar.zst
astro-create-astro@3.0.2.zip
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.md6
-rw-r--r--packages/astro-rss/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 637ccd61a..d71442d4a 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/rss
+## 2.1.1
+
+### Patch Changes
+
+- [#6259](https://github.com/withastro/astro/pull/6259) [`dbffee4e3`](https://github.com/withastro/astro/commit/dbffee4e381e74882734039783fae312d3893f2a) Thanks [@y-nk](https://github.com/y-nk)! - Improve RSS schema errors with additional property name context
+
## 2.1.0
### Minor Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 1de43ed39..236e36c5b 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.1.0",
+ "version": "2.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",