From ca08d1a8eb2acbb6dba057f2856b0be89e33981a Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 07:15:43 +0000 Subject: [PATCH] chore(release): bump version to 1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v1.5.0 git tag and 1.5.0 Docker image tag already exist, so the docker-build-push workflow failed to push on the previous merge. Bump the patch version so the release pipeline publishes 1.5.1 — the build that carries the evmdecoder 0.0.70 RPC socket-timeout fix. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01BEG3HfBuwNhijzL168Rkvv --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0fbb04..83962c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@missionsquad/agentindex-api", - "version": "1.5.0", + "version": "1.5.1", "description": "AgentIndex blockchain scanner API", "main": "lib/index.js", "types": "lib/index.d.ts",