From f277673543bfc452a91650ad2a56c2fdca48ea3c Mon Sep 17 00:00:00 2001 From: Shivam singh <140813296+this-is-shivamsingh@users.noreply.github.com> Date: Tue, 6 Feb 2024 16:28:14 +0530 Subject: [PATCH] :bookmark: release-v2.0.4 (#455) --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7dd05b1..61a70a2 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-beta.0", + "version": "2.0.4", "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", @@ -30,11 +30,11 @@ "test:types": "tsd" }, "dependencies": { - "@percy/sdk-utils": "^1.28.0-beta.0", + "@percy/sdk-utils": "^1.28.0", "node-request-interceptor": "^0.6.3" }, "devDependencies": { - "@percy/cli": "^1.28.0-beta.0", + "@percy/cli": "^1.28.0", "@types/selenium-webdriver": "^4.0.9", "cross-env": "^7.0.2", "eslint": "^8.27.0",