From d1d40cf7ebe5123b1f7f758a8276089e2f6765a7 Mon Sep 17 00:00:00 2001 From: Amit Singh Sansoya Date: Wed, 13 Sep 2023 14:25:02 +0530 Subject: [PATCH] :bookmark: release v2.0.0 js-selenium-sdk (#384) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5073780..262c734 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.0-beta.0", + "version": "2.0.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", @@ -36,7 +36,7 @@ "selenium-webdriver": "~3 || ~4" }, "devDependencies": { - "@percy/cli": "1.27.0-beta.0", + "@percy/cli": "^1.27.1", "@types/selenium-webdriver": "^4.0.9", "cross-env": "^7.0.2", "eslint": "^7.11.0",