Skip to content

Commit 12b80e2

Browse files
committed
chore: release v0.3.0
1 parent 203fedc commit 12b80e2

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 0.3.0 (2026-03-25)
4+
5+
### Features
6+
7+
* Add SKILL.md documentation for `webdriverio-execute` tool ([8ed4074](https://github.com/Winify/webdriverio-execute/commit/8ed40746f25fbb8da835c4b4aaf30d5b56185c01))
8+
* Implement `--attach` functionality for mobile and chrome sessions ([0649e67](https://github.com/Winify/webdriverio-execute/commit/0649e67d5f249ff0f52f964f16ac3f5a5fe5a5f8))
9+
10+
### Bug Fixes
11+
12+
* Introduce detach in `chromedriverOptions` to correctly manage open command ([82c282d](https://github.com/Winify/webdriverio-execute/commit/82c282d35dc867c2e2d0a45d82cc04ccc35954ea))
13+
* **open:** handle `--attach` option to skip prompting for existing sessions and update ESLint ignores ([ceef74a](https://github.com/Winify/webdriverio-execute/commit/ceef74a1d4f1f3d7b19a032f7069827271138bcc))
14+
* Use environment variable for password in example ([cac36fc](https://github.com/Winify/webdriverio-execute/commit/cac36fc4d6aadd224cc5324f58aa083062c1c815))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdriverio-execute",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/Winify/webdriverio-execute.git"

0 commit comments

Comments
 (0)