🏡 index : github.com/captn3m0/youtube-cue.git

author Nemo <commits@captnemo.in> 2021-06-10 0:27:04.0 +05:30:00
committer Nemo <commits@captnemo.in> 2021-06-10 0:27:04.0 +05:30:00
commit
c9d721953e7e06e51fb512892580c11ab8dfcd24 [patch]
tree
db74385c3ec5f39f642b9d23f357335cc9c72dfe
parent
c06841f57da679bcbc0b8bf25994d9916763dd4b
download
c9d721953e7e06e51fb512892580c11ab8dfcd24.tar.gz

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(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..a84e14e 100644
--- /dev/null
+++ a/CHANGELOG.md
@@ -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
diff --git a/package-lock.json b/package-lock.json
index beee1fe..7dfa7ae 100644
--- a/package-lock.json
+++ a/package-lock.json
@@ -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",
diff --git a/package.json b/package.json
index 02cfac3..0d550ac 100644
--- a/package.json
+++ a/package.json
@@ -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": {