Prep for next release

This commit is contained in:
Nemo 2021-07-28 17:28:24 +05:30
parent 1aa0be59da
commit 089c46d978
2 changed files with 3 additions and 1 deletions

View File

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

View File

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