diff options
author | 2022-09-12 12:08:39 -0700 | |
---|---|---|
committer | 2022-09-12 15:08:39 -0400 | |
commit | 56e225b41a309bfe20dc41e2988b9883fe5cfb13 (patch) | |
tree | af0206fd2f958689edcbc8bfe654aeea2e321db3 /packages/astro-rss | |
parent | 6e1d62fe222e45b763b2b60b377b07e431950d54 (diff) | |
download | astro-@astrojs/vue@1.0.2.tar.gz astro-@astrojs/vue@1.0.2.tar.zst astro-@astrojs/vue@1.0.2.zip |
[ci] release (#4707)astro@1.2.2@astrojs/vue@1.0.2@astrojs/vercel@2.0.0@astrojs/rss@1.0.1
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.md | 6 | ||||
-rw-r--r-- | packages/astro-rss/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md index 8a63c896a..9c0990095 100644 --- a/packages/astro-rss/CHANGELOG.md +++ b/packages/astro-rss/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/rss +## 1.0.1 + +### Patch Changes + +- [#4701](https://github.com/withastro/astro/pull/4701) [`6e1d62fe2`](https://github.com/withastro/astro/commit/6e1d62fe222e45b763b2b60b377b07e431950d54) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix globs for homepage route + ## 1.0.0 ### Major Changes diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index dbf50908a..1b61354af 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.0", + "version": "1.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |