From 1b585b2f7ed8bbfbbfd8f0244dd86e297eab877c Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Sat, 20 Feb 2021 20:45:48 +0530 Subject: [PATCH] chore: use the next tag for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4bfe792..caa9743e 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "typescript": "^4.1.5" }, "publishConfig": { - "tag": "alpha", + "tag": "next", "access": "public" }, "nyc": {