Skip to content

Commit 743acf1

Browse files
committed
chore: release v1.2.0
1 parent 2e55c21 commit 743acf1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/Winify/webdriverio-execute/compare/v1.1.0...v1.2.0) (2026-04-23)
4+
5+
### Features
6+
7+
* Add `--headless` and `--web-security` flags to `open` command for enhanced Chrome configuration ([859d8cf](https://github.com/Winify/webdriverio-execute/commit/859d8cf4cfec0c37bc3beceac261af3c4f89d7df))
8+
* Extend `navigate` command with browser actions (refresh, back, forward) ([04fa78a](https://github.com/Winify/webdriverio-execute/commit/04fa78aaf4b1c2c788f45448f41d281116f770f4))
9+
310
## [1.1.0](https://github.com/Winify/webdriverio-execute/compare/v1.0.1...v1.1.0) (2026-04-06)
411

512
### Features

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": "1.1.0",
3+
"version": "1.2.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/Winify/webdriverio-execute.git"

0 commit comments

Comments
 (0)