From 87343d468fa0f4a9c83b372fae67027a25ff11f9 Mon Sep 17 00:00:00 2001 From: Matteo Cargnelutti Date: Thu, 22 Dec 2022 14:41:28 -0500 Subject: [PATCH] Doc updates, version bump --- docs/utils/TwitterCapture.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/utils/TwitterCapture.md b/docs/utils/TwitterCapture.md index c6dd215..34f7d54 100644 --- a/docs/utils/TwitterCapture.md +++ b/docs/utils/TwitterCapture.md @@ -223,7 +223,7 @@ Playwright needs to be ready. #### twitterCapture.captureAndAddVideoToPDF ⇒ Promise.<void> -Tries to capture main video from current Twitter url and add it as attachment to the PDF. +Tries to capture video(s) from current Twitter url and add them as attachment to the PDF. **Kind**: instance property of [TwitterCapture](#utils.module_TwitterCapture.TwitterCapture) diff --git a/package-lock.json b/package-lock.json index 856faa9..ac08ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-keeper", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thread-keeper", - "version": "0.0.3", + "version": "0.0.4", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 7162ceb..bee0511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-keeper", - "version": "0.0.3", + "version": "0.0.4", "description": "", "main": "app.js", "type": "module",