From 6a02490b49cbf78fc6d6e383eff0f629f35798e9 Mon Sep 17 00:00:00 2001 From: Neel Shah Date: Wed, 15 Nov 2023 12:49:09 +0530 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=96=20=20v5.0.0=20(#842)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: bump package version to 5.0.0 * chore: add publishConfig to package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a210ff2e..0a07bf49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@percy/storybook", - "version": "5.0.0-beta.2", + "version": "5.0.0", "license": "MIT", "repository": { "type": "git", @@ -8,7 +8,7 @@ }, "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "engine": { "node": ">=14"