From d74c48d3338966c7d08b58a2e9b0dc9306ea9cd0 Mon Sep 17 00:00:00 2001 From: Amit Singh Sansoya Date: Wed, 4 Dec 2024 13:45:12 +0530 Subject: [PATCH] :bookmark: v2.2.1-beta.0 (#586) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index beaa2d4..9d8feef 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.0", + "version": "2.2.1-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",