summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-12-13 07:29:40 -0800
committerGravatar GitHub <noreply@github.com> 2022-12-13 10:29:40 -0500
commitd7da0996b6b80499a6f8f2c86a5cfc3e39f741d2 (patch)
tree3cffba02e8cc43230ef4d42c632077be934e5c8a
parent7de9259d81ba9efc4ff3c7ccf04a799efe409aaa (diff)
downloadastro-d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2.tar.gz
astro-d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2.tar.zst
astro-d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2.zip
[ci] release (#5597)@astrojs/rss@1.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-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: