All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated CI/CD pipeline for more reliable version management
- Added manual triggers for version increments
- Issues with automatic version incrementing in CI pipeline
- Enhanced error handling for file operations
- Information about the VS Code extension in README
- Instructions for installing as a dev dependency in README
- Configured GitHub Actions workflow for automatic npm deployment
- Improved overall documentation structure
- Initial functionality and documentation
- Initial release of manage-console-cli
- Functionality to remove console.log statements from individual files or entire projects
- Functionality to comment out console.log statements in individual files or entire projects
- CLI interface using Commander.js
- README with usage instructions
- CHANGELOG to track version history