Skip to content

Commit 5d273d9

Browse files
committed
chore(release): prepare version 1.0.1
- Update CHANGELOG.md with all fixes and improvements since v1.0.0 - Bump package version to 1.0.1 - Document CI fixes, code quality improvements, and documentation updates
1 parent 283024e commit 5d273d9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to Git-Smart will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2025-07-12
9+
10+
### Fixed
11+
- **CI/CD Pipeline**: Resolved workflow failures by removing Node.js 14.x support (not available on macOS ARM64)
12+
- **Dependencies**: Added package-lock.json for consistent dependency management and CI caching
13+
- **Code Quality**: Fixed 50 linting issues including debug console.log statements and trailing whitespace
14+
- **Documentation**: Updated all CLI command references to use correct scoped package name `@neabyte/git-smart`
15+
16+
### Changed
17+
- **Node.js Requirement**: Minimum version updated from 14.0.0 to 16.0.0 for better compatibility
18+
- **CI Workflow**: Removed complex test suite matrix that required mocked git environment
19+
- **Package Name**: Published as scoped package `@neabyte/git-smart` due to npm naming conflicts
20+
21+
### Added
22+
- **Manual Workflow Trigger**: Added `workflow_dispatch` for manual CI runs
23+
- **Enhanced Documentation**: Added both npx and global installation command examples
24+
25+
### Removed
26+
- **Debug Logging**: Removed console.log statements from source files for cleaner production code
27+
- **Test Suite CI**: Simplified CI pipeline by removing test matrix that conflicts with CI environment
28+
829
## [1.0.0] - 2025-07-12
930

1031
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neabyte/git-smart",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Intelligent git commit message generator with 18 commit types and 70+ actions. Analyzes code changes, learns from project history, and generates conventional commits offline. Zero dependencies, zero configuration.",
55
"main": "src/GitSmart.js",
66
"bin": {

0 commit comments

Comments
 (0)