From cc840e38fd3fa25d9d2b70662f35dbdbed946d85 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jan 2025 20:42:22 +0000 Subject: [PATCH] chore(release): 4.0.0-next.1 [skip ci] # [4.0.0-next.1](https://github.com/phukon/gitkeykit/compare/v3.0.0...v4.0.0-next.1) (2025-01-14) ### Code Refactoring * **error:** implement consistent error handling system ([8857fde](https://github.com/phukon/gitkeykit/commit/8857fde9e9719a9a635dafa9fc8350021b55d6ba)) ### Features * add input validation for key import ([e6aa7a9](https://github.com/phukon/gitkeykit/commit/e6aa7a9d1f5dbc2b77f55b6c8496077bbacfb389)) ### BREAKING CHANGES * **error:** GitKeyKitCodes enum changed to string literals - Replace numeric error codes with string literals for better debugging - Implement consistent error handling across all modules - Add proper error propagation chain - Improve error messages and debugging information - Add detailed error logging - Centralize error handling in CLI layer --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32a1860..daa8ed2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitkeykit", - "version": "3.0.0", + "version": "4.0.0-next.1", "description": "Setup pgp keys and sign commits with ease on Linux and Windows machines.", "main": "./dist/index.js", "module": "./dist/index.mjs",