diff --git a/.gitignore b/.gitignore index c2658d7..e0bdd9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +*.cue diff --git a/CHANGELOG.md b/CHANGELOG.md index 518639a..2018d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 1.0.4 - 2021-06-28 +### Added +- Support for timestamps in square brackets (#64) +- Improved formatting for helptext +### Changed +- output filename has a default value, and is now optional + ## 1.0.3 - 2021-06-28 ### Changed - Dependency Updates diff --git a/package.json b/package.json index 4fbad2e..10c5f87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtube-cue", - "version": "1.0.3", + "version": "1.0.4", "description": "Generates Cue sheet from Youtube URL", "main": "index.js", "scripts": {