From 4025871738717ebb166fcb61d5f89217f1879f9d Mon Sep 17 00:00:00 2001 From: Bradley Taylor Date: Tue, 26 May 2026 15:24:19 -0700 Subject: [PATCH] chore(release): bump version to v2.0.4 Closes the bump-back chain manually. PR title matches the loop-guard regex so the release triggered by this merge will skip cleanly, leaving master and npm both at v2.0.4. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf4894e..a21e153 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bradtaylorsf/alpha-loop", - "version": "2.0.3", + "version": "2.0.4", "description": "Agent-agnostic automated development loop: Plan → Build → Test → Review → Ship", "type": "module", "packageManager": "pnpm@9.0.0",