From ebabf3a90f4d4237ce85b8aaccbf58a5a8f5fdb6 Mon Sep 17 00:00:00 2001 From: Denis Tokarev Date: Thu, 21 Aug 2025 00:50:03 +1000 Subject: [PATCH] Release 2.0.28 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91526c7..9f05985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-wait-until", - "version": "2.0.27", + "version": "2.0.28", "description": "Waits until the given predicate function returns a truthy value, then resolves", "main": "./dist/index.js", "module": "./dist/index.esm.js",