From 6d5d3b4e14e0c46b261c91200aee9965a96ee0bb Mon Sep 17 00:00:00 2001 From: Art Pai Date: Fri, 11 Sep 2026 23:47:32 +1000 Subject: [PATCH] Release the completed feature set as 0.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit npm already serves 0.1.6, so the new changes require a patch version. Co-Authored-By: ことね --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2539355..8521032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diffwalk", - "version": "0.1.6", + "version": "0.1.7", "description": "Turn AI-generated Git changes into ordered browser walkthroughs with explanations attached to exact diffs", "license": "MIT", "homepage": "https://diffwalk.dev",