Skip to content

Commit f254aac

Browse files
committed
v8.16.11
1 parent aa74708 commit f254aac

File tree

24 files changed

+156
-139
lines changed

24 files changed

+156
-139
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,23 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO
2121

2222
---
2323

24+
## v8.16.11 (2023-09-18)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-utils`
28+
* [#11201](https://github.com/webdriverio/webdriverio/pull/11201) (@wdio/utils): better error message if function can't be found ([@christian-bromann](https://github.com/christian-bromann))
29+
* `wdio-config`
30+
* [#11177](https://github.com/webdriverio/webdriverio/pull/11177) (@wdio/config): don't run spec twice if absolute path is given ([@christian-bromann](https://github.com/christian-bromann))
31+
32+
#### :nail_care: Polish
33+
* `wdio-appium-service`
34+
* [#11179](https://github.com/webdriverio/webdriverio/pull/11179) (@wdio/appium-service): Delete error log on success executions ([@MadSandwich](https://github.com/MadSandwich))
35+
36+
#### Committers: 2
37+
- Artsem Burlai ([@MadSandwich](https://github.com/MadSandwich))
38+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
39+
40+
2441
## v8.16.10 (2023-09-15)
2542

2643
#### :bug: Bug Fix

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "8.16.10",
6+
"version": "8.16.11",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)