diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a2de0f..40f4ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.11] - 2026-07-10 +## [0.9.12] - 2026-07-10 ### Fixed - Release script using unauthorized action +- Release archive referencing a nonexistent LICENSE file instead of LICENSE-APACHE and LICENSE-MIT ## [0.9.10] - 2026-07-10 diff --git a/manifest.json b/manifest.json index 0069d81..95bba87 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "0.3", "name": "firefox-devtools-mcp", "display_name": "Firefox DevTools MCP", - "version": "0.9.11", + "version": "0.9.12", "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.", "author": { "name": "Mozilla", diff --git a/package-lock.json b/package-lock.json index 0111691..6e5b031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mozilla/firefox-devtools-mcp", - "version": "0.9.11", + "version": "0.9.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mozilla/firefox-devtools-mcp", - "version": "0.9.11", + "version": "0.9.12", "license": "MIT OR Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "1.29.0", diff --git a/package.json b/package.json index 364090c..3b1f058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mozilla/firefox-devtools-mcp", - "version": "0.9.11", + "version": "0.9.12", "description": "Model Context Protocol (MCP) server for Firefox DevTools automation", "author": "Mozilla", "license": "MIT OR Apache-2.0",