From f648a7bce7e5e626f31fe7837b96c7be9371ddb6 Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Fri, 12 Mar 2021 21:35:57 +0530 Subject: [PATCH 1/3] 1.8.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d68bcd8c..dbfa02e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserstack-cypress-cli", - "version": "1.7.1", + "version": "1.8.0", "description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.", "main": "index.js", "scripts": { From b3b7ab72f21b78dff1010a44c38ae7bf2da85e3c Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Thu, 18 Mar 2021 20:47:13 +0530 Subject: [PATCH 2/3] Updating user-agent to 1.8.1 --- bin/helpers/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/helpers/utils.js b/bin/helpers/utils.js index 42005a53..ad02fd64 100644 --- a/bin/helpers/utils.js +++ b/bin/helpers/utils.js @@ -270,7 +270,7 @@ exports.isParallelValid = (value) => { } exports.getUserAgent = () => { - return `BStack-Cypress-CLI/1.8.0 (${os.arch()}/${os.platform()}/${os.release()})`; + return `BStack-Cypress-CLI/1.8.1 (${os.arch()}/${os.platform()}/${os.release()})`; }; exports.isAbsolute = (configPath) => { From 9303249e1ed60d69a0058fc6bafe6df8acfb6e73 Mon Sep 17 00:00:00 2001 From: Surya Tripathi Date: Thu, 18 Mar 2021 20:47:42 +0530 Subject: [PATCH 3/3] 1.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dbfa02e2..aed0c50a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browserstack-cypress-cli", - "version": "1.8.0", + "version": "1.8.1", "description": "BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices.", "main": "index.js", "scripts": {