Skip to content

Commit dd4ccd4

Browse files
committed
v8.32.2
1 parent ae424a8 commit dd4ccd4

File tree

36 files changed

+344
-331
lines changed

36 files changed

+344
-331
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.2 (2024-02-19)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-allure-reporter`, `wdio-browser-runner`, `wdio-browserstack-service`, `wdio-cli`, `wdio-types`, `wdio-utils`
28+
* [#12306](https://github.com/webdriverio/webdriverio/pull/12306) Updating capabilities for Lamdatest & Browserstack ([@tamil777selvan](https://github.com/tamil777selvan))
29+
* `wdio-utils`
30+
* [#12305](https://github.com/webdriverio/webdriverio/pull/12305) Workaround for chromedriver domain name change ([@paymand](https://github.com/paymand))
31+
32+
#### Committers: 2
33+
- Payman Delshad ([@paymand](https://github.com/paymand))
34+
- Tamil Selvan ([@tamil777selvan](https://github.com/tamil777selvan))
35+
36+
2437
## v8.32.1 (2024-02-16)
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.1",
6+
"version": "8.32.2",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

0 commit comments

Comments
 (0)