From 46da55ae70fc598ac1be3d1f880d919a1cecd519 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sun, 7 Jan 2024 19:22:22 +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 4ef44ec..a875151 100644 --- a/package.json +++ b/package.json @@ -98,11 +98,11 @@ }, "publishConfig": { "access": "public", - "tag": "next" + "tag": "latest" }, "np": { "message": "chore(release): %s", - "tag": "next", + "tag": "latest", "branch": "main", "anyBranch": false },