diff options
author | 2024-01-22 12:11:07 -0800 | |
---|---|---|
committer | 2024-01-22 15:11:07 -0500 | |
commit | 2b5f1d6be8a15768ce9a18c1e31370f4878f2637 (patch) | |
tree | 1cb40382c6fd75c2401545ff58b04208709c967e /packages/astro-rss | |
parent | 2f81cffa9da9db0e2802d303f94feaee8d2f54ec (diff) | |
download | astro-2b5f1d6be8a15768ce9a18c1e31370f4878f2637.tar.gz astro-2b5f1d6be8a15768ce9a18c1e31370f4878f2637.tar.zst astro-2b5f1d6be8a15768ce9a18c1e31370f4878f2637.zip |
[ci] release (#9728)astro@4.2.2@astrojs/rss@4.0.3@astrojs/mdx@2.0.6@astrojs/markdown-remark@4.2.0
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 9ac0638b3..e12cfe358 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 4.0.3 + +### Patch Changes + +- [#9746](https://github.com/withastro/astro/pull/9746) [`7356336d18c916804001bdf64bff5445d82baceb`](https://github.com/withastro/astro/commit/7356336d18c916804001bdf64bff5445d82baceb) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes `rssSchema` definition to allow calling standard zod object methods (like `extend`) + ## 4.0.2 ### Patch Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 1459d4958..e3ae85a46 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.2", + "version": "4.0.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |