Skip to content

Commit 7adb7f6

Browse files
committed
v8.8.3
1 parent d7ba254 commit 7adb7f6

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

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.8.3 (2023-04-14)
25+
26+
#### :bug: Bug Fix
27+
* `wdio-cli`
28+
* [#10188](https://github.com/webdriverio/webdriverio/pull/10188) feat: export cjs interface for wdio-cli ([@DirkoOdendaal](https://github.com/DirkoOdendaal))
29+
* `wdio-browserstack-service`
30+
* [#10186](https://github.com/webdriverio/webdriverio/pull/10186) OBS 807 Fix Filepath V8 ([@amaanbs](https://github.com/amaanbs))
31+
32+
#### Committers: 2
33+
- Amaan Hakim ([@amaanbs](https://github.com/amaanbs))
34+
- Dirko Odendaal ([@DirkoOdendaal](https://github.com/DirkoOdendaal))
35+
36+
2437
## v8.8.2 (2023-04-12)
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.8.2",
6+
"version": "8.8.3",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

packages/wdio-browserstack-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/browserstack-service",
3-
"version": "8.8.2",
3+
"version": "8.8.3",
44
"description": "WebdriverIO service for better Browserstack integration",
55
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",

packages/wdio-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/cli",
3-
"version": "8.8.2",
3+
"version": "8.8.3",
44
"description": "WebdriverIO testrunner command line interface",
55
"author": "Christian Bromann <mail@bromann.dev>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",

0 commit comments

Comments
 (0)