Skip to content

Commit 59116a9

Browse files
ci(release): version packages (#62)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 93afb49 commit 59116a9

11 files changed

Lines changed: 41 additions & 10 deletions

File tree

.changeset/calm-lemons-refuse-private-redirects.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @forkpoint/agent-lighthouse
22

3+
## 4.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [93afb49]
8+
- @forkpoint/agent-lighthouse-core@4.2.0
9+
- @forkpoint/agent-lighthouse-report@4.2.0
10+
311
## 4.1.0
412

513
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forkpoint/agent-lighthouse",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Lighthouse-style CLI for auditing websites for AI agents, LLM crawlers, MCP clients, llms.txt, WebMCP, OpenAPI, and Schema.org readiness",
55
"author": "ForkPoint",
66
"license": "Apache-2.0",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @forkpoint/agent-lighthouse-core
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- 93afb49: Reject private IPv4-mapped IPv6 addresses before requests and redirect hops.
8+
39
## 4.1.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forkpoint/agent-lighthouse-core",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Core TypeScript engine for auditing websites for AI-agent readiness, LLM crawler access, MCP discovery, structured data, and agentic web signals",
55
"author": "ForkPoint",
66
"license": "Apache-2.0",

packages/mcp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @forkpoint/agent-lighthouse-mcp
22

3+
## 4.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [93afb49]
8+
- @forkpoint/agent-lighthouse-core@4.2.0
9+
- @forkpoint/agent-lighthouse-report@4.2.0
10+
311
## 4.1.0
412

513
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forkpoint/agent-lighthouse-mcp",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Model Context Protocol (MCP) server that lets Claude, Cursor, and agentic IDEs audit website AI-agent readiness with Agent Lighthouse",
55
"author": "ForkPoint",
66
"license": "Apache-2.0",

packages/report/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @forkpoint/agent-lighthouse-report
22

3+
## 4.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [93afb49]
8+
- @forkpoint/agent-lighthouse-core@4.2.0
9+
310
## 4.1.0
411

512
### Minor Changes

packages/report/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forkpoint/agent-lighthouse-report",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Standalone HTML, Markdown, and view-model reporting engine for Agent Lighthouse AI-agent readiness audits",
55
"author": "ForkPoint",
66
"license": "Apache-2.0",

packages/website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @forkpoint/agent-lighthouse-website
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [93afb49]
8+
- @forkpoint/agent-lighthouse-core@4.2.0
9+
310
## 0.0.5
411

512
### Patch Changes

0 commit comments

Comments
 (0)