From a9297e530d582f3ea2832bf52846e5488017fc18 Mon Sep 17 00:00:00 2001 From: 1natsu <1natsu172@users.noreply.github.com> Date: Tue, 16 Feb 2021 00:19:29 +0900 Subject: [PATCH] v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8012127..3c7b211 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": "2.2.0", + "version": "3.0.0", "publishConfig": { "access": "public" },