Skip to content

Commit

Permalink
chore(release): 4.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent e6aa7a9 commit cc840e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cc840e3

Please sign in to comment.