Skip to content

Commit a8d00d8

Browse files
committed
v8.26.2
1 parent 03b1b79 commit a8d00d8

File tree

36 files changed

+262
-243
lines changed

36 files changed

+262
-243
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.26.2 (2023-12-15)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-browser-runner`
28+
* [#11876](https://github.com/webdriverio/webdriverio/pull/11876) (@wdio/browser-runner): fix mocking of CJS modules ([@christian-bromann](https://github.com/christian-bromann))
29+
* `wdio-utils`, `wdio-webdriver-mock-service`, `webdriverio`
30+
* [#11874](https://github.com/webdriverio/webdriverio/pull/11874) (webdriverio): support async iterators for WebdriverIO.ElementArray ([@christian-bromann](https://github.com/christian-bromann))
31+
32+
#### :nail_care: Polish
33+
* `wdio-types`
34+
* [#11854](https://github.com/webdriverio/webdriverio/pull/11854) Added missing UIAutomator2 Capabilities ([@Vaahin](https://github.com/Vaahin))
35+
* [#11853](https://github.com/webdriverio/webdriverio/pull/11853) Missing browserstack network capabilities ([@Vaahin](https://github.com/Vaahin))
36+
37+
#### Committers: 3
38+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
39+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
40+
- Thiru-Mohan ([@Vaahin](https://github.com/Vaahin))
41+
42+
2443

2544
## v8.26.0 (2023-12-10)
2645

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.26.1",
6+
"version": "8.26.2",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)