Skip to content

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Sep 7, 2020
1 parent e4156e2 commit 7bf68b5
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ 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.4](https://github.com/bcomnes/jsonfeed-to-rss/compare/v3.0.3...v3.0.4) - 2020-09-07

### Merged

- Bump auto-changelog from 1.16.4 to 2.2.0 [`#22`](https://github.com/bcomnes/jsonfeed-to-rss/pull/22)
- Bump xmlbuilder from 14.0.0 to 15.1.1 [`#21`](https://github.com/bcomnes/jsonfeed-to-rss/pull/21)
- Bump tape from 4.13.3 to 5.0.1 [`#20`](https://github.com/bcomnes/jsonfeed-to-rss/pull/20)

### Commits

- chore: update snapshots [`7bd23f8`](https://github.com/bcomnes/jsonfeed-to-rss/commit/7bd23f8908ebea7a317f90567b95e1b7076735f6)
- chore: update ci [`69eeb98`](https://github.com/bcomnes/jsonfeed-to-rss/commit/69eeb981b902273f033af211173aec1c69c1332e)
- Update package.json [`6213231`](https://github.com/bcomnes/jsonfeed-to-rss/commit/62132312b48917609e1219be05b5f69fa27473a3)

## [v3.0.3](https://github.com/bcomnes/jsonfeed-to-rss/compare/v3.0.2...v3.0.3) - 2020-06-17

### 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.3",
"version": "3.0.4",
"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.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)",
"generator": "jsonfeed-to-rss 3.0.4 (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.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.4 (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.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.4 (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.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.4 (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.3 (https://github.com/bcomnes/jsonfeed-to-rss#readme)</generator>
<generator>jsonfeed-to-rss 3.0.4 (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 7bf68b5

Please sign in to comment.