Skip to content

Commit 3ec908a

Browse files
authored
release 3.5.8 (#4004)
1 parent b2a8344 commit 3ec908a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 3.5.8
2+
3+
Thanks all to those who contributed to make this release!
4+
5+
🐛 *Bug Fixes*
6+
fix(appium): type of setNetworkConnection() (#3994) - by @mirao
7+
fix: improve the way to show deprecated appium v1 message (#3992) - by @KobeNguyenT
8+
fix: missing exit condition of some wait functions - by @kobenguyent
9+
110
## 3.5.7
211

312
Thanks all to those who contributed to make this release!

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.5.7",
3+
"version": "3.5.8",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",

0 commit comments

Comments
 (0)