Skip to content

Commit 03267b0

Browse files
committed
feat(Package): Bumped version
1 parent fe92847 commit 03267b0

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Following:
99
* **minor** used whenever a single file was rewritten or significant change happened
1010
* **patch** may only be bumped after a bug was resolved as whole
1111

12+
## 2021-03-25, Version 1.2.0, @Lioness100
13+
14+
### Changes
15+
16+
* Added typings, thanks @Lioness100
17+
1218
## 2021-02-19, Version 1.1.0, @Yimura
1319

1420
### Changes

package-lock.json

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yimura/scraper",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A YouTube scraper using zero dependencies",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)