From fcc1402eb28765b6f0fa40b2594026eb5bce7289 Mon Sep 17 00:00:00 2001 From: Andrei Hasna Date: Fri, 7 Aug 2026 15:34:55 +0300 Subject: [PATCH] chore(release): bump instructions to 0.4.21 Prepare the reviewed bounded-profile compatibility fix for release. Agent: Vitruvius --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd68dae..925d0b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/instructions", - "version": "0.4.20", + "version": "0.4.21", "description": "AI coding agent instruction & configuration manager \u2014 store, version, apply, and share all your AI coding configs. CLI + MCP + HTTP API (instructions-serve) + generated SDK + Dashboard.", "type": "module", "main": "dist/index.js",