From 532f0b084c89944f8f32b6aaa23a5065e6323b38 Mon Sep 17 00:00:00 2001 From: Shivam singh <140813296+this-is-shivamsingh@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:14:50 +0530 Subject: [PATCH] :bookmark: release-v2.0.4-beta.0-change-tag to beta (#450) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5776d4..7dd05b1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "beta" }, "main": "index.js", "types": "types/index.d.ts",