chore: bump version to 1.4.2

This commit is contained in:
luan.lrt4@gmail.com
2022-04-22 00:53:05 -03:00
parent 02ece1ddda
commit db41fa40d2
3 changed files with 4 additions and 3 deletions

View File

@@ -387,6 +387,7 @@ Reply to, like/dislike and report a comment:
```js
await comments.items[0].like();
await comments.items[0].dislike();
await comments.items[0].report();
await comments.items[0].reply('Nice comment!');
```

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "youtubei.js",
"version": "1.4.1-dev.3",
"version": "1.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "youtubei.js",
"version": "1.4.1-dev.3",
"version": "1.4.2",
"license": "MIT",
"dependencies": {
"axios": "^0.21.4",

View File

@@ -1,6 +1,6 @@
{
"name": "youtubei.js",
"version": "1.4.1-dev.3",
"version": "1.4.2",
"description": "A full-featured library that allows you to get detailed info about any video, subscribe, unsubscribe, like, dislike, comment, search, download videos/music and much more!",
"main": "index.js",
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",