From 8887614e434437c3b81cca19dc0ffebc64695aba Mon Sep 17 00:00:00 2001 From: chinmay-browserstack <92926953+chinmay-browserstack@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:13:05 +0530 Subject: [PATCH] Releasing v2.1.0 (#564) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a825318..0ae6ec4 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.1.0-beta.0", + "version": "2.1.0", "license": "MIT", "author": "Perceptual Inc.", "repository": "https://github.com/percy/percy-selenium-js", @@ -12,7 +12,7 @@ ], "publishConfig": { "access": "public", - "tag": "beta" + "tag": "latest" }, "main": "index.js", "types": "types/index.d.ts",