From 3ec908a8b46ddc0585ab0b73210a65cc027bc400 Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:08:27 +0100 Subject: [PATCH] release 3.5.8 (#4004) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33be492bb..8fc7134ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.5.8 + +Thanks all to those who contributed to make this release! + +🐛 *Bug Fixes* +fix(appium): type of setNetworkConnection() (#3994) - by @mirao +fix: improve the way to show deprecated appium v1 message (#3992) - by @KobeNguyenT +fix: missing exit condition of some wait functions - by @kobenguyent + ## 3.5.7 Thanks all to those who contributed to make this release! diff --git a/package.json b/package.json index cb87109e9..3ec6037c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeceptjs", - "version": "3.5.7", + "version": "3.5.8", "description": "Supercharged End 2 End Testing Framework for NodeJS", "keywords": [ "acceptance",