Skip to content

Commit 87f33da

Browse files
committed
v9.18.2
1 parent 854fb8b commit 87f33da

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ See [CHANGELOG - v8](https://github.com/webdriverio/webdriverio/blob/v8/CHANGELO
2323

2424
---
2525

26+
## v9.18.2 (2025-07-21)
27+
28+
#### :bug: Bug Fix
29+
* `create-wdio`
30+
* [#14650](https://github.com/webdriverio/webdriverio/pull/14650) fix(create-wdio): better resolve template directory in test ([@christian-bromann](https://github.com/christian-bromann))
31+
32+
#### Committers: 3
33+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
34+
- Erwin Heitzman ([@erwinheitzman](https://github.com/erwinheitzman))
35+
- [@mato533](https://github.com/mato533)
36+
37+
2638
## v9.18.0 (2025-07-16)
2739

2840
#### :bug: Bug Fix

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/*"
55
],
66
"npmClient": "pnpm",
7-
"version": "9.18.1",
7+
"version": "9.18.2",
88
"command": {
99
"bootstrap": {
1010
"npmClientArgs": [

packages/create-wdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-wdio",
3-
"version": "9.18.0",
3+
"version": "9.18.2",
44
"description": "Install and setup a WebdriverIO project with all its dependencies in a single run",
55
"author": "WebdriverIO Team <mail@webdriver.io>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/create-wdio",

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": "9.18.1",
3+
"version": "9.18.2",
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)