From 03267b0c27bce1acf1a1ac1a9c4a79f534d8e530 Mon Sep 17 00:00:00 2001 From: Yimura Date: Thu, 25 Mar 2021 22:59:09 +0100 Subject: [PATCH] feat(Package): Bumped version --- CHANGELOG.md | 6 ++++++ package-lock.json | 14 +++++++++++--- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 264397c..4b22aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ Following: * **minor** used whenever a single file was rewritten or significant change happened * **patch** may only be bumped after a bug was resolved as whole +## 2021-03-25, Version 1.2.0, @Lioness100 + +### Changes + + * Added typings, thanks @Lioness100 + ## 2021-02-19, Version 1.1.0, @Yimura ### Changes diff --git a/package-lock.json b/package-lock.json index 7ee6101..70d7a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,13 @@ { - "name": "@yimura/scrape-youtube", - "version": "0.1.0", - "lockfileVersion": 1 + "name": "@yimura/scraper", + "version": "1.2.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "@yimura/scraper", + "version": "1.2.0", + "license": "MIT" + } + } } diff --git a/package.json b/package.json index 1797b86..53946ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@yimura/scraper", - "version": "1.1.0", + "version": "1.2.0", "description": "A YouTube scraper using zero dependencies", "main": "index.js", "types": "index.d.ts",