Version Bump

s Please enter the commit message for your changes. Lines starting
This commit is contained in:
Nemo 2021-06-10 00:27:04 +05:30
parent c06841f57d
commit c9d721953e
3 changed files with 18 additions and 3 deletions

15
CHANGELOG.md Normal file
View File

@ -0,0 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
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
## 1.0.2 - 2020-06-10
### Changed
- Switches from `mocha` to `minimist` to parse arguments. Now down to 9 total (recursive) dependencies.
## 1.01 - 2020-06-10
### Changed
- Dependency Updates

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "youtube-cue",
"version": "1.0.1",
"version": "1.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"dependencies": {
"console-log-level": "^1.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "youtube-cue",
"version": "1.0.1",
"version": "1.0.2",
"description": "Generates Cue sheet from Youtube URL",
"main": "index.js",
"scripts": {