Skip to content

Commit 55368a5

Browse files
chore: bump version to v0.9.4
1 parent 1b0fb95 commit 55368a5

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.4] - 2026-06-04
11+
12+
### Added
13+
- Support for connecting to Firefox for Android via `--android` flag
14+
15+
### Fixed
16+
- Navigation to `moz-extension://` URLs no longer hangs; now uses BiDi navigate
17+
- Geckodriver binary detection on Windows
18+
1019
## [0.9.3] - 2026-05-07
1120

1221
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mozilla/firefox-devtools-mcp",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "Model Context Protocol (MCP) server for Firefox DevTools automation",
55
"author": "Mozilla",
66
"license": "MIT OR Apache-2.0",

0 commit comments

Comments
 (0)