From c4f7c60eaa83f7817e4bb1d54916d16870778358 Mon Sep 17 00:00:00 2001 From: rishigupta1599 <114384996+rishigupta1599@users.noreply.github.com> Date: Wed, 21 Feb 2024 16:39:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=202.0.5-beta.0=20(#459)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 61a70a2..5ec7364 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@percy/selenium-webdriver", "description": "Selenium client library for visual testing with Percy", - "version": "2.0.4", + "version": "2.0.5-beta.0", "license": "MIT", "author": "Perceptual Inc.", "repository": "https://github.com/percy/percy-selenium-js", @@ -12,7 +12,7 @@ ], "publishConfig": { "access": "public", - "tag": "latest" + "tag": "beta" }, "main": "index.js", "types": "types/index.d.ts",