summaryrefslogtreecommitdiff
path: root/packages/astro-rss
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-29 08:20:00 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-29 11:20:00 -0400
commitd08093f7d4f9762c0edc71e14c796d7ea8038cda (patch)
treefae95330db4aeaf16841e16bd24c24e61c11c107 /packages/astro-rss
parent10317c65feefd34a2b4b6142a4bdd1f1cc19f58e (diff)
downloadastro-f88511d8872e56a795c5410a3c3f6248b379c14e.tar.gz
astro-f88511d8872e56a795c5410a3c3f6248b379c14e.tar.zst
astro-f88511d8872e56a795c5410a3c3f6248b379c14e.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/astro-rss')
-rw-r--r--packages/astro-rss/CHANGELOG.md8
-rw-r--r--packages/astro-rss/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 9c0990095..12519ca64 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/rss
+## 1.0.2
+
+### Patch Changes
+
+- [#4842](https://github.com/withastro/astro/pull/4842) [`812658ad2`](https://github.com/withastro/astro/commit/812658ad2ab3732a99e35c4fd903e302e723db46) Thanks [@bluwy](https://github.com/bluwy)! - Add missing dependencies, support strict dependency installation (e.g. pnpm)
+
+- [#4842](https://github.com/withastro/astro/pull/4842) [`812658ad2`](https://github.com/withastro/astro/commit/812658ad2ab3732a99e35c4fd903e302e723db46) Thanks [@bluwy](https://github.com/bluwy)! - Remove path-browserify dependency
+
## 1.0.1
### Patch Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 1b61354af..132e031ff 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.0.1",
+ "version": "1.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",