Skip to content

Commit 6e8c6f8

Browse files
committed
v8.31.1
1 parent caf1502 commit 6e8c6f8

File tree

36 files changed

+350
-331
lines changed

36 files changed

+350
-331
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.31.1 (2024-02-09)
25+
26+
#### :bug: Bug Fix
27+
* `webdriverio`
28+
* [#12200](https://github.com/webdriverio/webdriverio/pull/12200) (webdriverio): don't fail getContext is not supported, e.g. using Tizen TV driver ([@christian-bromann](https://github.com/christian-bromann))
29+
* `wdio-browser-runner`
30+
* [#12198](https://github.com/webdriverio/webdriverio/pull/12198) (@wdio/browser-runner): fix scope propagation for not found elements ([@christian-bromann](https://github.com/christian-bromann))
31+
* `wdio-cli`
32+
* [#12199](https://github.com/webdriverio/webdriverio/pull/12199) (@wdio/cli): ensure ts-node is installed if tsconfig.json is found ([@christian-bromann](https://github.com/christian-bromann))
33+
34+
#### :nail_care: Polish
35+
* `wdio-cli`, `wdio-config`, `wdio-types`
36+
* [#11992](https://github.com/webdriverio/webdriverio/pull/11992) feat(wdio-prefix): introduce `wdio:{maxInstances,specs,exclude}` to WebdriverIO.Capabilities ([@vobu](https://github.com/vobu))
37+
38+
#### Committers: 2
39+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
40+
- Volker Buzek ([@vobu](https://github.com/vobu))
41+
42+
2443
## v8.31.0 (2024-02-07)
2544

2645
#### :nail_care: Polish

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

0 commit comments

Comments
 (0)