From 0165089b6b54ae050a6bbf6db565678164ca95ff Mon Sep 17 00:00:00 2001 From: Vitali Bahdzevich Date: Tue, 5 May 2026 22:37:25 +0300 Subject: [PATCH 1/2] fix: align repository URL for npm trusted publishing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60e966c..91299ba 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/bagdevich/gitkey.git" + "url": "https://github.com/bagdevich/gitkey" }, "bugs": { "url": "https://github.com/bagdevich/gitkey/issues" From 30deae2bee09e48aec56cff3cb12beb6d5ea2563 Mon Sep 17 00:00:00 2001 From: Vitali Bahdzevich Date: Tue, 5 May 2026 22:37:34 +0300 Subject: [PATCH 2/2] 0.2.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9cdc4e..e312626 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitkey", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gitkey", - "version": "0.2.4", + "version": "0.2.5", "license": "ISC", "dependencies": { "@inquirer/prompts": "^8.4.2", diff --git a/package.json b/package.json index 91299ba..e00057a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bagdevich/gitkey", - "version": "0.2.4", + "version": "0.2.5", "description": "CLI for managing Git SSH profiles, keys and repo remotes", "type": "module", "bin": {