Skip to content

Commit

Permalink
v8.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wdio-bot committed Mar 7, 2024
1 parent 915f780 commit b00f506
Show file tree
Hide file tree
Showing 24 changed files with 210 additions and 190 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,26 @@ See [CHANGELOG - v7](https://github.com/webdriverio/webdriverio/blob/v7/CHANGELO

---

## v8.33.0 (2024-03-07)

#### :rocket: New Feature
* `wdio-browserstack-service`
* [#12392](https://github.com/webdriverio/webdriverio/pull/12392) [browserstack-service] Add Funnel Data instrumentation [v8] ([@sriteja777](https://github.com/sriteja777))

#### :nail_care: Polish
* `webdriver`
* [#12393](https://github.com/webdriverio/webdriverio/pull/12393) (webdriver): fix custom request error message override ([@erwinheitzman](https://github.com/erwinheitzman))
* [#12435](https://github.com/webdriverio/webdriverio/pull/12435) (webdriver): improve error stack for failing bidi commands ([@christian-bromann](https://github.com/christian-bromann))
* `wdio-utils`, `webdriver`, `webdriverio`
* [#12432](https://github.com/webdriverio/webdriverio/pull/12432) (feat): enable chromium protocol for edge ([@lacell75](https://github.com/lacell75))

#### Committers: 4
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
- Fabien CELLIER ([@lacell75](https://github.com/lacell75))
- Sriteja Sugoor ([@sriteja777](https://github.com/sriteja777))


## v8.32.4 (2024-03-03)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "8.32.4",
"version": "8.33.0",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down

0 comments on commit b00f506

Please sign in to comment.