From 29b83ba832f4b1abbd7ee6077256ade9b0f1dd16 Mon Sep 17 00:00:00 2001 From: IISweetHeartII Date: Fri, 6 Feb 2026 00:05:46 +0900 Subject: [PATCH 1/2] chore: bump version to 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90526fd..8a7c069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ax-score", - "version": "0.0.1", + "version": "0.0.3", "description": "AX Score - The Lighthouse for AI Agent Experience. Measure how agent-friendly your website or API is.", "type": "module", "main": "./dist/index.js", From bd0a2ae08cadf1a740f13ba4e612f6ba2889c2e7 Mon Sep 17 00:00:00 2001 From: IISweetHeartII Date: Fri, 6 Feb 2026 00:24:30 +0900 Subject: [PATCH 2/2] chore: bump version to 0.0.5 (#26) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a7c069..6c263b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ax-score", - "version": "0.0.3", + "version": "0.0.5", "description": "AX Score - The Lighthouse for AI Agent Experience. Measure how agent-friendly your website or API is.", "type": "module", "main": "./dist/index.js",