From d7da0996b6b80499a6f8f2c86a5cfc3e39f741d2 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 13 Dec 2022 07:29:40 -0800 Subject: [PATCH] [ci] release (#5597) Co-authored-by: github-actions[bot] --- .changeset/ninety-socks-chew.md | 5 ----- examples/blog/package.json | 2 +- packages/astro-rss/CHANGELOG.md | 6 ++++++ packages/astro-rss/package.json | 2 +- pnpm-lock.yaml | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/ninety-socks-chew.md 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: