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!');
```