Version Bump s Please enter the commit message for your changes. Lines starting
Diff
CHANGELOG.md | 15 +++++++++++++++
package-lock.json | 4 ++--
package.json | 2 +-
3 files changed, 18 insertions(+), 3 deletions(-)
@@ -1,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
@@ -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",
@@ -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": {