From 60a08915cb0fad10f5831db403f5118c393419fa Mon Sep 17 00:00:00 2001 From: Art Pai Date: Thu, 17 Sep 2026 11:53:21 +1000 Subject: [PATCH] Prepare v0.2.0 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..367bac7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diffwalk", - "version": "0.1.11", + "version": "0.2.0", "description": "Turn AI-generated Git changes into ordered browser walkthroughs with explanations attached to exact diffs", "license": "MIT", "homepage": "https://diffwalk.dev",