From 6fa5af7bdf1084276c45c93f96c8146b8ff16947 Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Tue, 7 Apr 2020 16:28:22 +0300 Subject: [PATCH] Bump version (v1.8.4-rc.1); Bump hammerhead (v16.2.3) (#4952) --- .publishrc | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.publishrc b/.publishrc index 5727c78383..5373621937 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": true, - "publishTag": "latest", + "publishTag": "rc", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index 7c0242a1a5..3b781e68a3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "testcafe", "description": "Automated browser testing for the modern web development stack.", "license": "MIT", - "version": "1.8.3", + "version": "1.8.4-rc.1", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/" @@ -116,7 +116,7 @@ "source-map-support": "^0.5.16", "strip-bom": "^2.0.0", "testcafe-browser-tools": "2.0.10", - "testcafe-hammerhead": "16.2.2", + "testcafe-hammerhead": "16.2.3", "testcafe-legacy-api": "3.1.11", "testcafe-reporter-json": "^2.1.0", "testcafe-reporter-list": "^2.1.0",