Skip to content

Commit 324f5eb

Browse files
chore(main): release lighthouse-mcp 1.2.21
1 parent b2e966e commit 324f5eb

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.20"
2+
".": "1.2.21"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.2.21](https://github.com/danielsogl/lighthouse-mcp-server/compare/lighthouse-mcp-v1.2.20...lighthouse-mcp-v1.2.21) (2025-11-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @modelcontextprotocol/sdk to ^1.22.0 ([#119](https://github.com/danielsogl/lighthouse-mcp-server/issues/119)) ([b2e966e](https://github.com/danielsogl/lighthouse-mcp-server/commit/b2e966ed132b2768cbe3774b45fd00d4448584c0))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **deps:** lock file maintenance ([#124](https://github.com/danielsogl/lighthouse-mcp-server/issues/124)) ([dd4834d](https://github.com/danielsogl/lighthouse-mcp-server/commit/dd4834d78579718ffa60c7e74b2eee07ca8ed508))
14+
* **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))
15+
* **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))
16+
* **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))
17+
* **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))
18+
* **deps:** update dependency lint-staged to ^16.2.7 ([#122](https://github.com/danielsogl/lighthouse-mcp-server/issues/122)) ([96df349](https://github.com/danielsogl/lighthouse-mcp-server/commit/96df3498dd721cfbfb3d78fe22f4b1c7bf8dc8db))
19+
* **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))
20+
* **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))
21+
* **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))
22+
* **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))
23+
* **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))
24+
* **deps:** update non-major dependencies to ^8.47.0 ([#123](https://github.com/danielsogl/lighthouse-mcp-server/issues/123)) ([6fa47e0](https://github.com/danielsogl/lighthouse-mcp-server/commit/6fa47e01803fcc5e0698f6c756e5a9670645537e))
25+
326
## [1.2.20](https://github.com/danielsogl/lighthouse-mcp-server/compare/lighthouse-mcp-v1.2.19...lighthouse-mcp-v1.2.20) (2025-10-13)
427

528

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": "@danielsogl/lighthouse-mcp",
3-
"version": "1.2.20",
3+
"version": "1.2.21",
44
"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.",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)