From 19369f0a2ce932789116a6b270e54f3686255092 Mon Sep 17 00:00:00 2001 From: Harsh Kumar Choudhary Date: Mon, 6 May 2024 12:36:05 +0530 Subject: [PATCH] chore: release v1.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be13c0f..82cd8ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "idlefy", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "packageManager": "pnpm@8.15.3", "description": "Defer non-critical tasks to run when the main thread is idle", "author": {