From 3444f5a2269f4344cb31a2a1981a9676a2106779 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 1 May 2023 00:06:27 +0000 Subject: [PATCH] Bump version to: 3.3.3 [skip ci] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a63818b..70e42eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rosskevin/ifvisible", - "version": "3.3.2", + "version": "3.3.3", "description": "Cross-browser, lightweight way to check if user is looking at the page or interacting with it. (wrapper around HTML5 visibility api)", "packageManager": "yarn@3.5.0", "type": "module",