🏡 index : github.com/captn3m0/youtube-cue.git

author Nemo <commits@captnemo.in> 2021-07-28 17:28:24.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-07-28 17:28:24.0 +05:30:00
commit
089c46d9784fb77d558c58c840080f7404ca6d88 [patch]
tree
f0024d580a8c57d19f426dc53793658cc669a006
parent
1aa0be59daa4a2b223abacdca51d3476e804befb
download
089c46d9784fb77d558c58c840080f7404ca6d88.tar.gz

Prep for next release



Diff

 CHANGELOG.md | 2 ++
 package.json | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8d5a37..83118d5 100644
--- a/CHANGELOG.md
+++ a/CHANGELOG.md
@@ -5,6 +5,8 @@
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Added
- Tracklists using duration instead of timestamps are now supported.

## 1.0.5 - 2021-07-21
### Changed
diff --git a/package.json b/package.json
index fcb6eb4..9156a36 100644
--- a/package.json
+++ a/package.json
@@ -1,6 +1,6 @@
{
  "name": "youtube-cue",
  "version": "1.0.5",
  "version": "1.0.6-beta.0",
  "description": "Generates Cue sheet from Youtube URL",
  "main": "index.js",
  "scripts": {