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