From 3d8120413c0790c0e0aceb8644535e382c4ee39c Mon Sep 17 00:00:00 2001 From: Andrei Hasna Date: Fri, 7 Aug 2026 14:28:11 +0300 Subject: [PATCH] chore(release): bump instructions to 0.4.20 Patch version bump 0.4.19 -> 0.4.20 after merged PR #59. Agent: cornificia --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56a540a..bd68dae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/instructions", - "version": "0.4.19", + "version": "0.4.20", "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",