From 37a9554de965b4c5d6e4587998684aa978796efb Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Wed, 8 Jun 2022 11:20:33 +0300 Subject: [PATCH] release: publish v1.14.0 --- .publishrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index c9bc29b..efb06ba 100644 --- a/.publishrc +++ b/.publishrc @@ -8,6 +8,6 @@ "gitTag": true }, "confirm": false, - "publishTag": "alpha", + "publishTag": "latest", "prePublishScript": "gulp test" } diff --git a/package.json b/package.json index 8e0ec6e..47244c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testcafe-browser-provider-browserstack", - "version": "1.14.0-alpha.1", + "version": "1.14.0", "description": "browserstack TestCafe browser provider plugin.", "repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack", "engines": {