Version Bump (1.0.4)

pull/70/head v1.0.4
Nemo 2 years ago
parent d4a99bf98f
commit ff5a7b5234

1
.gitignore vendored

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

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

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

Loading…
Cancel
Save