Version Bump (1.0.4)

This commit is contained in:
Nemo 2021-06-28 15:04:41 +05:30
parent d4a99bf98f
commit ff5a7b5234
3 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules/
*.cue

View File

@ -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

View File

@ -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": {