From 445c9ae9794b764ea4141b219a039d2d36077cdc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 2 Jan 2025 22:22:04 +0100 Subject: [PATCH] 2.0.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3da05cc..2e2f318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbrowser", - "version": "2.0.6", + "version": "2.0.7", "description": "A simplified Puppeteer wrapper for easy automation and testing tasks.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -58,4 +58,4 @@ "web scraping", "browser automation" ] -} \ No newline at end of file +}