Skip to content

Commit 5adda88

Browse files
committed
v8.16.15
1 parent 9cd554b commit 5adda88

File tree

24 files changed

+149
-139
lines changed

24 files changed

+149
-139
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.16.15 (2023-09-26)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-utils`
28+
* [#11248](https://github.com/webdriverio/webdriverio/pull/11248) (@wdio/utils): respect browserVersion when setting up Chrome or Firefox ([@christian-bromann](https://github.com/christian-bromann))
29+
30+
#### Committers: 1
31+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
32+
33+
2434
## v8.16.14 (2023-09-26)
2535

2636
#### :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.14",
6+
"version": "8.16.15",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)