Skip to content

Commit 90050f2

Browse files
authored
chore: prepare 0.27.1 release (#1405)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent f35d578 commit 90050f2

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# agent-browser
22

3-
## 0.27.0
3+
## 0.27.1
44

55
<!-- release:start -->
6+
### Improvements
7+
8+
- Improved **`vitals` command** output formatting for better readability (#1404)
9+
10+
### Documentation
11+
12+
- Surfaced agent-browser feature coverage in documentation (#1403)
13+
<!-- release:end -->
14+
15+
## 0.27.0
16+
617
### New Features
718

819
- **React introspection** - First-class React DevTools integration with new `react tree`, `react inspect <fiberId>`, `react renders start|stop`, and `react suspense` commands for full component-tree visibility, per-fiber props/hooks/state inspection, render profiling with mount/re-render counts and change details, and Suspense boundary classification with root-cause grouping and recommendations. React DevTools hook is vendored (MIT) and embedded in the binary with zero runtime dependencies (#1257)
@@ -27,7 +38,6 @@
2738
- @quuu
2839
- @shaper
2940
- @ThomasK33
30-
<!-- release:end -->
3141

3242
## 0.26.0
3343

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 = "agent-browser"
3-
version = "0.27.0"
3+
version = "0.27.1"
44
edition = "2021"
55
description = "Fast browser automation CLI for AI agents"
66
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"description": "Browser automation CLI for AI agents",
55
"type": "module",
66
"packageManager": "pnpm@11.1.3",

packages/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashboard",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

0 commit comments

Comments
 (0)