diff options
author | 2023-08-07 11:51:05 -0700 | |
---|---|---|
committer | 2023-08-07 13:51:05 -0500 | |
commit | 9509a66a7bd4fefd6a4c1f5bd57fcb91d902172d (patch) | |
tree | 23bffbc8e5cd16844b3fb7c3912bcba00184810b /packages/astro-rss/package.json | |
parent | ec06dd9bbb29cc38e891517fbf884cb7083b3240 (diff) | |
download | astro-@astrojs/rss@2.4.4.tar.gz astro-@astrojs/rss@2.4.4.tar.zst astro-@astrojs/rss@2.4.4.zip |
[ci] release (#7958)astro@2.10.2@astrojs/rss@2.4.4@astrojs/lit@2.1.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-rss/package.json')
-rw-r--r-- | packages/astro-rss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 572f9649c..f3b7c9c12 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.3", + "version": "2.4.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |