Skip to content

Commit a4ffc7b

Browse files
committed
chore: release v0.6.7
1 parent 707de4c commit a4ffc7b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
<!-- Empty for now - add here as you work -->
1111

12+
## [0.6.7] - 2025-11-22
13+
14+
### Fixed
15+
16+
- **Subcommand help output** - `--help --json` now returns focused command info instead of full tool structure (#84)
17+
- **Graceful degradation for dom get** - Handle accessibility API unavailability gracefully (#82)
18+
- **Stale query cache detection** - Detect and clear stale query cache after page navigation (#74)
19+
20+
### Changed
21+
22+
- **Improved cache management** - Better DOM element resolution and cache management architecture (#79)
23+
- **Consolidated cleanup logic** - Improved type safety in cleanup state and type guards (#77)
24+
- **Removed unused exports** - Clean up unused exports identified by knip (#80)
25+
- **Documentation updates** - Slimmer README with Wiki links, updated CDP method count to 644
26+
1227
## [0.6.6] - 2025-11-21
1328

1429
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-debugger-cli",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)