diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95c535e..24ef193 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.20" + ".": "1.2.21" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c40288..c7b28fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.2.21](https://github.com/danielsogl/lighthouse-mcp-server/compare/lighthouse-mcp-v1.2.20...lighthouse-mcp-v1.2.21) (2025-11-17) + + +### Miscellaneous Chores + +* **deps:** update dependency eslint to ^9.38.0 ([#108](https://github.com/danielsogl/lighthouse-mcp-server/issues/108)) ([7b4ee0b](https://github.com/danielsogl/lighthouse-mcp-server/commit/7b4ee0b8ebad40a3a4dafbaf099349633905cab2)) +* **deps:** update dependency eslint to ^9.39.0 ([#114](https://github.com/danielsogl/lighthouse-mcp-server/issues/114)) ([3125072](https://github.com/danielsogl/lighthouse-mcp-server/commit/3125072cb2bb08c213644c29b2d4c2f986b26e44)) +* **deps:** update dependency eslint to ^9.39.1 ([#116](https://github.com/danielsogl/lighthouse-mcp-server/issues/116)) ([099a8cd](https://github.com/danielsogl/lighthouse-mcp-server/commit/099a8cde3769f8766468b97cb8691bbf26e60bcd)) +* **deps:** update dependency lint-staged to ^16.2.6 ([#111](https://github.com/danielsogl/lighthouse-mcp-server/issues/111)) ([2c5561a](https://github.com/danielsogl/lighthouse-mcp-server/commit/2c5561a9df7b1172aeb197d32f98bffd3d9617c3)) +* **deps:** update non-major dependencies ([#109](https://github.com/danielsogl/lighthouse-mcp-server/issues/109)) ([4ac8c8b](https://github.com/danielsogl/lighthouse-mcp-server/commit/4ac8c8b7a94adae7372417a63ed35f49c0b72ead)) +* **deps:** update non-major dependencies ([#115](https://github.com/danielsogl/lighthouse-mcp-server/issues/115)) ([5353ec8](https://github.com/danielsogl/lighthouse-mcp-server/commit/5353ec82eeab2e103511d48c847e752701200577)) +* **deps:** update non-major dependencies ([#117](https://github.com/danielsogl/lighthouse-mcp-server/issues/117)) ([2f2927c](https://github.com/danielsogl/lighthouse-mcp-server/commit/2f2927c3b01beee65ddb5bc1e8a33a2b032fc805)) +* **deps:** update non-major dependencies to ^8.46.2 ([#112](https://github.com/danielsogl/lighthouse-mcp-server/issues/112)) ([2b9ff2b](https://github.com/danielsogl/lighthouse-mcp-server/commit/2b9ff2b042bda0edcf8e6f4a1369fa5e0e77a069)) +* **deps:** update non-major dependencies to ^8.46.4 ([#118](https://github.com/danielsogl/lighthouse-mcp-server/issues/118)) ([cdfc1eb](https://github.com/danielsogl/lighthouse-mcp-server/commit/cdfc1eb4c9e211eb53f3c7161cfc3ab20de7a582)) + ## [1.2.20](https://github.com/danielsogl/lighthouse-mcp-server/compare/lighthouse-mcp-v1.2.19...lighthouse-mcp-v1.2.20) (2025-10-13) diff --git a/package-lock.json b/package-lock.json index 404f8dd..267bcec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@danielsogl/lighthouse-mcp", - "version": "1.2.20", + "version": "1.2.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@danielsogl/lighthouse-mcp", - "version": "1.2.20", + "version": "1.2.21", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.19.1", diff --git a/package.json b/package.json index 21b5213..4ff4dbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@danielsogl/lighthouse-mcp", - "version": "1.2.20", + "version": "1.2.21", "description": "A comprehensive Model Context Protocol (MCP) server that provides web performance auditing, accessibility testing, SEO analysis, security assessment, and Core Web Vitals monitoring using Google Lighthouse. Enables LLMs and AI agents to perform detailed website analysis with 13+ specialized tools.", "main": "dist/index.js", "bin": {