From 12050fccb40bc34c7b8d03067a12a7e9fb2266df Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 14 Oct 2024 23:28:42 +0700 Subject: [PATCH] 2.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 715718d..ac9629a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debounce", - "version": "2.1.1", + "version": "2.2.0", "description": "Delay function calls until a set time elapses after the last invocation", "license": "MIT", "repository": "sindresorhus/debounce",