Version Bump

This commit is contained in:
Nemo 2021-06-28 13:55:31 +05:30
parent ab31ec4f91
commit 2c23c1c7aa
3 changed files with 9 additions and 5 deletions

View File

@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 1.0.2 - 2020-06-10
## 1.0.3 - 2021-06-28
### Changed
- Dependency Updates
## 1.0.2 - 2021-06-10
### Changed
- Switches from `mocha` to `minimist` to parse arguments. Now down to 9 total (recursive) dependencies.
## 1.01 - 2020-06-10
## 1.01 - 2021-06-10
### Changed
- Dependency Updates

4
package-lock.json generated
View File

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

View File

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