From 5689e9182d25b975e56d79fac5b6f7df66166108 Mon Sep 17 00:00:00 2001 From: 1natsu <1natsu172@users.noreply.github.com> Date: Wed, 28 Aug 2024 01:20:23 +0900 Subject: [PATCH] 4.0.0-beta.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73a58fa..bc29186 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@1natsu/wait-element", "description": "Detect the appearance of an element in the browser DOM", - "version": "4.0.0-beta.1", + "version": "4.0.0-beta.2", "publishConfig": { "access": "public" },