Skip to content

Commit cc840e3

Browse files
chore(release): 4.0.0-next.1 [skip ci]
# [4.0.0-next.1](v3.0.0...v4.0.0-next.1) (2025-01-14) ### Code Refactoring * **error:** implement consistent error handling system ([8857fde](8857fde)) ### Features * add input validation for key import ([e6aa7a9](e6aa7a9)) ### 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
1 parent e6aa7a9 commit cc840e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitkeykit",
3-
"version": "3.0.0",
3+
"version": "4.0.0-next.1",
44
"description": "Setup pgp keys and sign commits with ease on Linux and Windows machines.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)