summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/ninety-socks-chew.md5
-rw-r--r--examples/blog/package.json2
-rw-r--r--packages/astro-rss/CHANGELOG.md6
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--pnpm-lock.yaml2
5 files changed, 9 insertions, 8 deletions
diff --git a/.changeset/ninety-socks-chew.md b/.changeset/ninety-socks-chew.md
deleted file mode 100644
index f24b67cb9..000000000
--- a/.changeset/ninety-socks-chew.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/rss': minor
----
-
-Fixes a bug that prevented an item’s `customData` from being included.
diff --git a/examples/blog/package.json b/examples/blog/package.json
index a2b8f54f1..9b8ada6a9 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -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"
}
}
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 14f3a9c36..191659ad9 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -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
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index ccac93b14..18b77b4f9 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": "1.1.0",
+ "version": "1.2.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 41e8fb01f..fc5029eea 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -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: