Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Mar 2, 2020
1 parent b968e0a commit 9384d74
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v3.0.2](https://github.com/bcomnes/jsonfeed-to-rss/compare/v3.0.1...v3.0.2) - 2020-03-02

### Commits

- Update snapshots on version [`b968e0a`](https://github.com/bcomnes/jsonfeed-to-rss/commit/b968e0ab5ebd9cce66fcaec25f0ef10f034afdbe)

## [v3.0.1](https://github.com/bcomnes/jsonfeed-to-rss/compare/v3.0.0...v3.0.1) - 2020-03-02

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsonfeed-to-rss",
"description": "Convert a JSON feed to an rss feed",
"version": "3.0.1",
"version": "3.0.2",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
"bugs": {
"url": "https://github.com/bcomnes/jsonfeed-to-rss/issues"
Expand Down
2 changes: 1 addition & 1 deletion snapshots/extended-feed-rss.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Sports",
"Football"
],
"generator": "jsonfeed-to-rss 3.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"generator": "jsonfeed-to-rss 3.0.2 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"docs": "http://www.rssboard.org/rss-specification",
"image": {
"url": "https://jsonfeed-to-rss.netlify.com/icon-512x512.png",
Expand Down
2 changes: 1 addition & 1 deletion snapshots/extended-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If there is more than one paragraph, it gets truncated in some contexts.</descri
<pubDate>Fri, 13 Apr 2018 22:06:43 GMT</pubDate>
<category>Sports</category>
<category>Football</category>
<generator>jsonfeed-to-rss 3.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.2 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>https://jsonfeed-to-rss.netlify.com/icon-512x512.png</url>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/podcast-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<pubDate>Fri, 08 Jun 2018 11:00:01 GMT</pubDate>
<category>Science</category>
<category>Astronomy</category>
<generator>jsonfeed-to-rss 3.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.2 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<itunes:summary>A simple summary that describes the podcast. It can have a few sentences.

Expand Down
2 changes: 1 addition & 1 deletion snapshots/podcast-no-itunes-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<language>en-us</language>
<copyright>漏 2020 </copyright>
<pubDate>Fri, 08 Jun 2018 11:00:01 GMT</pubDate>
<generator>jsonfeed-to-rss 3.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.2 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>Learn Me Something eSports</title>
Expand Down
2 changes: 1 addition & 1 deletion snapshots/readme-feed-rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If there is more than one paragraph, it gets truncated in some contexts.</descri
<pubDate>Sat, 07 Apr 2018 20:48:02 GMT</pubDate>
<category>News</category>
<category>Politics</category>
<generator>jsonfeed-to-rss 3.0.0 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.2 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<docs>http://www.rssboard.org/rss-specification</docs>
<image>
<url>https://jsonfeed-to-rss.netlify.com/icon-512x512.png</url>
Expand Down

0 comments on commit 9384d74

Please sign in to comment.