[ci] release (#5597)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-12-13 07:29:40 -08:00 committed by GitHub
parent 7de9259d81
commit d7da0996b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/rss': minor
---
Fixes a bug that prevented an items `customData` from being included.

View file

@ -13,7 +13,7 @@
"dependencies": {
"astro": "^1.6.15",
"@astrojs/mdx": "^0.12.2",
"@astrojs/rss": "^1.1.0",
"@astrojs/rss": "^1.2.0",
"@astrojs/sitemap": "^1.0.0"
}
}

View file

@ -1,5 +1,11 @@
# @astrojs/rss
## 1.2.0
### Minor Changes
- [`c76e1c810`](https://github.com/withastro/astro/commit/c76e1c810228fb53cd9c34edc73747b0ab64dc28) Thanks [@mattstein](https://github.com/mattstein)! - Fixes a bug that prevented an items `customData` from being included.
## 1.1.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",

View file

@ -68,7 +68,7 @@ importers:
examples/blog:
specifiers:
'@astrojs/mdx': ^0.12.2
'@astrojs/rss': ^1.1.0
'@astrojs/rss': ^1.2.0
'@astrojs/sitemap': ^1.0.0
astro: ^1.6.15
dependencies: