From d84237ff7bf1c9096da047eafac5e212c8842553 Mon Sep 17 00:00:00 2001 From: Chinmay Maheshwari Date: Fri, 20 Dec 2024 13:24:37 +0530 Subject: [PATCH] v2.2.2-beta.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf17f3f..046b4c6 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.2.2-alpha.2", + "version": "2.2.2-beta.0", "license": "MIT", "author": "Perceptual Inc.", "repository": "https://github.com/percy/percy-selenium-js", @@ -12,7 +12,7 @@ ], "publishConfig": { "access": "public", - "tag": "alpha" + "tag": "beta" }, "main": "index.js", "types": "types/index.d.ts",