Skip to content

Commit

Permalink
@notiz/scully-plugin-rss@1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Dec 2, 2020
1 parent 520be1a commit 840d6aa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion plugins/rss/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/rss/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 840d6aa

Please sign in to comment.