From 089c46d9784fb77d558c58c840080f7404ca6d88 Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 28 Jul 2021 17:28:24 +0530 Subject: [PATCH] Prep for next release --- 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 +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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 +++ b/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": {