Skip to content

Commit

Permalink
Merge pull request #8 from teddy-gustiaux/v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
teddy-gustiaux authored Mar 5, 2019
2 parents 8bddf6f + 6bb3a2b commit 02564c9
Show file tree
Hide file tree
Showing 13 changed files with 3,536 additions and 4,774 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"mocha": true
},
"rules": {
"linebreak-style": "off",
"prettier/prettier": "error"
}
}
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"singleQuote": true,
"trailingComma": "all",
"bracketSpacing": true,
"arrowParens": "avoid"
"arrowParens": "avoid",
"endOfLine" : "auto"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Additionally, the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) format is respected and used to generate the [conventional changelog](https://github.com/conventional-changelog/conventional-changelog).

# [1.2.0](https://github.com/teddy-gustiaux/youtube-rss-finder/compare/v1.1.0...v1.2.0) (2019-03-05)

### Features

* add support for YouTube custom channel URLs ([139049d](https://github.com/teddy-gustiaux/youtube-rss-finder/commit/139049d))

# [1.1.0](https://github.com/teddy-gustiaux/youtube-rss-finder/compare/v1.0.2...v1.1.0) (2018-11-10)

### Bug Fixes
Expand Down
Loading

0 comments on commit 02564c9

Please sign in to comment.