Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 19, 2020
1 parent df380e7 commit b526448
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 16 deletions.
78 changes: 63 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,71 @@
# jsonfeed-to-atom Change Log
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.0 - 2020-02-18
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

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

### Commits

- **Breaking change:** chore: Update podcast-categories to the latest version [`b45b864`](https://github.com/bcomnes/jsonfeed-to-rss/commit/b45b8641fa2b47d076fbf982e52c5075d9693a02)
- chore: fixpack [`df380e7`](https://github.com/bcomnes/jsonfeed-to-rss/commit/df380e73280689e96280009981ed5fc1fec779b5)
- chore: add release scripts [`7129ce4`](https://github.com/bcomnes/jsonfeed-to-rss/commit/7129ce41567ccdde13588cc8c08cd57c37682a54)

## [v2.0.0](https://github.com/bcomnes/jsonfeed-to-rss/compare/v1.1.1...v2.0.0) - 2020-02-19

### Merged

- Update xmlbuilder to the latest version 馃殌 [`#13`](https://github.com/bcomnes/jsonfeed-to-rss/pull/13)
- Update mkdirp to the latest version 馃殌 [`#12`](https://github.com/bcomnes/jsonfeed-to-rss/pull/12)
- Update nyc to the latest version 馃殌 [`#9`](https://github.com/bcomnes/jsonfeed-to-rss/pull/9)
- Update sitedown to the latest version 馃殌 [`#11`](https://github.com/bcomnes/jsonfeed-to-rss/pull/11)
- Update dependencies to enable Greenkeeper 馃尨 [`#8`](https://github.com/bcomnes/jsonfeed-to-rss/pull/8)

### Commits

- More snapshot tweaks [`823e742`](https://github.com/bcomnes/jsonfeed-to-rss/commit/823e74216d5c53925ffee1e063edbf2d00f7479c)
- bug: don't map to the year for season by default. [`552ea3c`](https://github.com/bcomnes/jsonfeed-to-rss/commit/552ea3c56066c7d14aac592e95cdec86a325a4a4)
- Add site [`f3cc973`](https://github.com/bcomnes/jsonfeed-to-rss/commit/f3cc973541c185fd8d1e92d5827fd429e918be6b)

## [v1.1.1](https://github.com/bcomnes/jsonfeed-to-rss/compare/v1.1.0...v1.1.1) - 2018-06-10

### Commits

- Add more snapshots [`4efbe3d`](https://github.com/bcomnes/jsonfeed-to-rss/commit/4efbe3d14d4fc75c065b7ec227f07b21a483c1ea)
- Don鈥檛 modify jf object directly [`5d0d805`](https://github.com/bcomnes/jsonfeed-to-rss/commit/5d0d805e94507677990ca9c9b870ad49541f0529)
- Fix changelog [`eb12dff`](https://github.com/bcomnes/jsonfeed-to-rss/commit/eb12dffb69f7a57d8daa22b380040ef5dc515fa0)

## [v1.1.0](https://github.com/bcomnes/jsonfeed-to-rss/compare/v1.0.3...v1.1.0) - 2018-06-09

### Commits

- Checking in things [`eaf9dae`](https://github.com/bcomnes/jsonfeed-to-rss/commit/eaf9daeb5850b10012992cd9776c84cf0b47bd5e)
- Fix options, add overrides [`83b2c3e`](https://github.com/bcomnes/jsonfeed-to-rss/commit/83b2c3e1c341e6d5aad23f42f493a0fe8baf61c4)
- Fix changelog [`63ee6f0`](https://github.com/bcomnes/jsonfeed-to-rss/commit/63ee6f07779702d12e5b9651dcb44825549e05c9)

## [v1.0.3](https://github.com/bcomnes/jsonfeed-to-rss/compare/v1.0.2...v1.0.3) - 2018-06-09

### Commits

- Add iTunes tags [`51a265e`](https://github.com/bcomnes/jsonfeed-to-rss/commit/51a265e4adc04942c659dbce859497424dd90fed)
- More iTunes tags polish [`689b2fb`](https://github.com/bcomnes/jsonfeed-to-rss/commit/689b2fb58068d171facb0dee51a8d9463fa6dfb5)
- Update formatting on example feed [`878f2ad`](https://github.com/bcomnes/jsonfeed-to-rss/commit/878f2ad395cded4737860aceb08bc90ea15197ea)

* BREAKING CHANGE: Don't map itunes:season to the year by default. Itunes supports year sorting for non-season episodes now though.
## [v1.0.2](https://github.com/bcomnes/jsonfeed-to-rss/compare/v1.0.0...v1.0.2) - 2018-05-31

## 1.1.1 - 2018-06-09
* Dont modify passed in JF object
### Commits

## 1.1.0 - 2018-06-09
* Actually pass options
* Allow `_itunes` extensions to be set/overridden from the `itunes` options object.
- Docs [`304818d`](https://github.com/bcomnes/jsonfeed-to-rss/commit/304818dfa40e520b581c010061ac394487ce5454)
- Changelog [`a52ed63`](https://github.com/bcomnes/jsonfeed-to-rss/commit/a52ed63ed990066667d264ab3c7923694077cce6)

## 1.0.3 - 2018-06-09
* Finished up even more iTunes tag mappings and improved documentation. Lots of small changes.
## v1.0.0 - 2018-05-31

## 1.0.2 - 2018-05-30
* Update docs
### Commits

## 1.0.0 - 2018-05-30
* init
- Evening port of atom version [`249b705`](https://github.com/bcomnes/jsonfeed-to-rss/commit/249b705c86c072564ec729e3b989c334d083ad86)
- Tests [`142fbaa`](https://github.com/bcomnes/jsonfeed-to-rss/commit/142fbaa01ad32ebc0a9ba809a7ab617dcc1c7df8)
- README [`d29bedd`](https://github.com/bcomnes/jsonfeed-to-rss/commit/d29bedd4ac125319577323dc9c1d899f6ce36f1d)
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": "2.0.0",
"version": "3.0.0",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
"bugs": {
"url": "https://github.com/bcomnes/jsonfeed-to-rss/issues"
Expand Down

0 comments on commit b526448

Please sign in to comment.