Skip to content

Commit 6ee4cdd

Browse files
committed
v8.33.1
1 parent 2d42964 commit 6ee4cdd

File tree

24 files changed

+205
-190
lines changed

24 files changed

+205
-190
lines changed

CHANGELOG.md

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

2222
---
2323

24+
## v8.33.1 (2024-03-09)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-browserstack-service`
28+
* [#12454](https://github.com/webdriverio/webdriverio/pull/12454) Fix CBT for hooks and Skipped tests for hook failures ([@sriteja777](https://github.com/sriteja777))
29+
30+
#### :nail_care: Polish
31+
* `wdio-utils`
32+
* [#12439](https://github.com/webdriverio/webdriverio/pull/12439) enable edge for devTools env detector ([@lacell75](https://github.com/lacell75))
33+
34+
#### Committers: 2
35+
- Fabien CELLIER ([@lacell75](https://github.com/lacell75))
36+
- Sriteja Sugoor ([@sriteja777](https://github.com/sriteja777))
37+
38+
2439
## v8.33.0 (2024-03-07)
2540

2641
#### :rocket: New Feature

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

0 commit comments

Comments
 (0)