summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/five-moose-push.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/five-moose-push.md b/.changeset/five-moose-push.md
deleted file mode 100644
index 95859fcca..000000000
--- a/.changeset/five-moose-push.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/rss': patch
----
-
-Fix missing type-attribute in xml-stylesheet
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 9b8ada6a9..4401e830f 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.2.0",
+ "@astrojs/rss": "^1.2.1",
"@astrojs/sitemap": "^1.0.0"
}
}
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 191659ad9..3f82fe07d 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/rss
+## 1.2.1
+
+### Patch Changes
+
+- [#5600](https://github.com/withastro/astro/pull/5600) [`c4155daea`](https://github.com/withastro/astro/commit/c4155daeabe1b8191ad9ed1fa5893759f1fe5c4c) Thanks [@fflaten](https://github.com/fflaten)! - Fix missing type-attribute in xml-stylesheet
+
## 1.2.0
### Minor Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 18b77b4f9..e51d1f52b 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.2.0",
+ "version": "1.2.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fc5029eea..e3eb66897 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.2.0
+ '@astrojs/rss': ^1.2.1
'@astrojs/sitemap': ^1.0.0
astro: ^1.6.15
dependencies: