Skip to content

Commit bfb7252

Browse files
committed
v8.32.3
1 parent 5bff179 commit bfb7252

File tree

24 files changed

+203
-190
lines changed

24 files changed

+203
-190
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.32.3 (2024-02-21)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-utils`
28+
* [#12327](https://github.com/webdriverio/webdriverio/pull/12327) fix(@wdio/utils): only apply baseUrl to Chromium based browser ([@christian-bromann](https://github.com/christian-bromann))
29+
* `webdriverio`
30+
* [#12307](https://github.com/webdriverio/webdriverio/pull/12307) [V8] Updated props to optional for getText and getLocation commands ([@jemishgopani](https://github.com/jemishgopani))
31+
32+
#### Committers: 2
33+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
34+
- Jemish Gopani ([@jemishgopani](https://github.com/jemishgopani))
35+
36+
2437
## v8.32.2 (2024-02-19)
2538

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

0 commit comments

Comments
 (0)