Skip to content

Commit 38a4b43

Browse files
chore: release v0.9.12
1 parent ec0e69b commit 38a4b43

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.9.11] - 2026-07-10
10+
## [0.9.12] - 2026-07-10
1111

1212
### Fixed
1313
- Release script using unauthorized action
14+
- Release archive referencing a nonexistent LICENSE file instead of LICENSE-APACHE and LICENSE-MIT
1415

1516
## [0.9.10] - 2026-07-10
1617

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.3",
33
"name": "firefox-devtools-mcp",
44
"display_name": "Firefox DevTools MCP",
5-
"version": "0.9.11",
5+
"version": "0.9.12",
66
"description": "Control Firefox for browsing, web testing, and debugging. Fill forms, capture network and console activity, take screenshots, run scripts, and profile performance. Supports Android devices.",
77
"author": {
88
"name": "Mozilla",

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": "@mozilla/firefox-devtools-mcp",
3-
"version": "0.9.11",
3+
"version": "0.9.12",
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)