Skip to content

Commit 9c769b2

Browse files
chore(main): release lighthouse-mcp 1.2.21
1 parent 5353ec8 commit 9c769b2

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-03)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
* **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))
13+
* **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))
14+
315
## [1.2.20](https://github.com/danielsogl/lighthouse-mcp-server/compare/lighthouse-mcp-v1.2.19...lighthouse-mcp-v1.2.20) (2025-10-13)
416

517

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)