From 8823b6a72337cf14a552284efa523a1dce65a17d Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sat, 7 Oct 2023 11:36: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 3baebd6..b145d16 100644 --- a/package.json +++ b/package.json @@ -99,11 +99,11 @@ }, "publishConfig": { "access": "public", - "tag": "next" + "tag": "latest" }, "np": { "message": "chore(release): %s", - "tag": "next", + "tag": "latest", "branch": "main", "anyBranch": false },