Skip to content

Commit bd45b56

Browse files
committed
release: v0.2.5
1 parent c1008d2 commit bd45b56

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
],
2525
"metadata": {
2626
"description": "Marketplace for the dev-browser skill",
27-
"version": "0.2.4"
27+
"version": "0.2.5"
2828
}
2929
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.5] - 2026-03-30
9+
10+
- Updated Windows documentation with PowerShell examples.
11+
- Use null viewport for headed mode.
12+
813
## [0.2.4] - 2026-03-26
914

1015
- Added `--ignore-https-errors` flag for self-signed certificates.

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dev-browser"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
edition = "2021"
55

66
[dependencies]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev-browser",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "CLI for controlling browsers with sandboxed JavaScript scripts",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)