From 840d6aa37440541b9f1800593baa73a5fd88ac19 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Wed, 2 Dec 2020 19:13:44 +0100 Subject: [PATCH] @notiz/scully-plugin-rss@1.1.0 --- CHANGELOG.md | 12 ++++++++++++ plugins/rss/package-lock.json | 2 +- plugins/rss/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efeeccd..b8b6742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Nothing yet! +## [@notiz/scully-plugin-rss@1.1.0] + +### Added + +- Add `filename` option for the rss feed files ([#21](https://github.com/notiz-dev/scully-plugins/pull/21)) + +### Fixed + +- Fix logging output ([#20](https://github.com/notiz-dev/scully-plugins/pull/21)) + ## [@notiz/scully-plugin-rss@1.0.0] ### Added @@ -19,4 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change plugin type from `render` to `routeDiscoveryDone` benefit of only generating the RSS Feed once per run instead of after each page render ([#15](https://github.com/notiz-dev/scully-plugins/pull/15)) +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/scully-plugin-rss@1.1.0...HEAD +[@notiz/scully-plugin-rss@1.1.0]: https://github.com/notiz-dev/scully-plugins/releases/compare/scully-plugin-rss@1.0.0...scully-plugin-rss@1.1.0 [@notiz/scully-plugin-rss@1.0.0]: https://github.com/notiz-dev/scully-plugins/releases/releases/tag/@notiz/scully-plugin-rss@1.0.0 diff --git a/plugins/rss/package-lock.json b/plugins/rss/package-lock.json index a5c9f19..0a15238 100644 --- a/plugins/rss/package-lock.json +++ b/plugins/rss/package-lock.json @@ -1,6 +1,6 @@ { "name": "@notiz/scully-plugin-rss", - "version": "0.3.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/plugins/rss/package.json b/plugins/rss/package.json index 2aa151d..c45ec87 100644 --- a/plugins/rss/package.json +++ b/plugins/rss/package.json @@ -1,6 +1,6 @@ { "name": "@notiz/scully-plugin-rss", - "version": "1.0.0", + "version": "1.1.0", "description": "scully plugin generate a RSS Feed XML", "main": "src/index.js", "author": "notiz.dev",