From a2e55b30fcdb990cbb289f30051b01fdaf0144ff Mon Sep 17 00:00:00 2001 From: Nathan Burg Date: Fri, 27 Mar 2026 18:18:59 -0700 Subject: [PATCH] chore: bump version to 0.1.4 Publishes the expired-login fix (PR #4) to npm. Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c04797fd..8bc854de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "githits", "description": "CLI companion for GitHits - code examples from global open source for developers and AI assistants", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "files": [ "dist",