Skip to content

Commit 840d6aa

Browse files
committed
@notiz/scully-plugin-rss@1.1.0
1 parent 520be1a commit 840d6aa

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Nothing yet!
1111

12+
## [@notiz/scully-plugin-rss@1.1.0]
13+
14+
### Added
15+
16+
- Add `filename` option for the rss feed files ([#21](https://github.com/notiz-dev/scully-plugins/pull/21))
17+
18+
### Fixed
19+
20+
- Fix logging output ([#20](https://github.com/notiz-dev/scully-plugins/pull/21))
21+
1222
## [@notiz/scully-plugin-rss@1.0.0]
1323

1424
### Added
@@ -19,4 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1929

2030
- 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))
2131

32+
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/scully-plugin-rss@1.1.0...HEAD
33+
[@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
2234
[@notiz/scully-plugin-rss@1.0.0]: https://github.com/notiz-dev/scully-plugins/releases/releases/tag/@notiz/scully-plugin-rss@1.0.0

plugins/rss/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/rss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notiz/scully-plugin-rss",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "scully plugin generate a RSS Feed XML",
55
"main": "src/index.js",
66
"author": "notiz.dev",

0 commit comments

Comments
 (0)