From 1fb1f2334279b603f0b2ce124141c04fa08ea5d3 Mon Sep 17 00:00:00 2001 From: vvillait88 Date: Tue, 7 Apr 2026 09:49:44 -0700 Subject: [PATCH] chore: bump to v1.4.1 Co-Authored-By: Claude Opus 4.6 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ddd499f..02db8bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agent-score/sdk", - "version": "1.4.0", + "version": "1.4.1", "description": "TypeScript client for the AgentScore trust and reputation API", "main": "./dist/index.cjs", "module": "./dist/index.js",