From bd8dc9082d26b701652d6bacd59d7257c8bd9d87 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Tue, 9 Jan 2024 11:30:31 +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 491bc4d..8166541 100644 --- a/package.json +++ b/package.json @@ -115,11 +115,11 @@ }, "publishConfig": { "access": "public", - "tag": "next" + "tag": "latest" }, "np": { "message": "chore(release): %s", - "tag": "next", + "tag": "latest", "branch": "main", "anyBranch": false },