From 21ddb5febf396cf1f67c6fadb81cfaf1d976d2b8 Mon Sep 17 00:00:00 2001 From: IISweetHeartII Date: Thu, 19 Feb 2026 23:52:30 +0900 Subject: [PATCH] chore: bump version to 0.2.0 for Phase 1 release (#38) Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fe87ba..4f14913 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentgram/ax-score", - "version": "0.1.0", + "version": "0.2.0", "description": "AX Score - The Lighthouse for AI Agent Experience. Measure how agent-friendly your website or API is.", "type": "module", "main": "./dist/index.js",