From dd2d7dbcbf376a0ebd6c8221770a3b0392ab6905 Mon Sep 17 00:00:00 2001 From: Art Pai Date: Thu, 17 Sep 2026 11:52:33 +1000 Subject: [PATCH] Prepare v0.1.12 for npm release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: ことね --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5df981b..ca2f31c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diffwalk", - "version": "0.1.11", + "version": "0.1.12", "description": "Turn AI-generated Git changes into ordered browser walkthroughs with explanations attached to exact diffs", "license": "MIT", "homepage": "https://diffwalk.dev",