From dbb1c107b6704929855f52810318c10ef2d46438 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sat, 7 Oct 2023 09:38:23 +0530 Subject: [PATCH] chore: publish under latest tag --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 71f4d22..b7124da 100644 --- a/package.json +++ b/package.json @@ -91,11 +91,11 @@ }, "publishConfig": { "access": "public", - "tag": "next" + "tag": "latest" }, "np": { "message": "chore(release): %s", - "tag": "next", + "tag": "latest", "branch": "main", "anyBranch": false },