[ci] release (#5597)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
7de9259d81
commit
d7da0996b6
5 changed files with 9 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/rss': minor
|
||||
---
|
||||
|
||||
Fixes a bug that prevented an item’s `customData` from being included.
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 item’s `customData` from being included.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue