From 52bed259361f40a601f75ca4680cd93e39d55a38 Mon Sep 17 00:00:00 2001 From: Andrey Belym Date: Mon, 18 Jul 2022 16:57:09 +0400 Subject: [PATCH] release: publish v1.20.0 (#7161) --- .publishrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.publishrc b/.publishrc index ef370e94b52..fe0e22548c6 100644 --- a/.publishrc +++ b/.publishrc @@ -8,7 +8,7 @@ "gitTag": true }, "confirm": false, - "publishTag": "rc", + "publishTag": "latest", "prePublishScript": "gulp test-server", "postPublishScript": "gulp docker-publish" } diff --git a/package.json b/package.json index eecd352d575..756e578fd28 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.20.0-rc.1", + "version": "1.20.0", "author": { "name": "Developer Express Inc.", "url": "https://www.devexpress.com/"