Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

58 lines (39 loc) · 1.32 KB

Changelog

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.

[Unreleased]

Added

Changed

Fixed

[1.0.5] - 2024-10-06

Changed

  • Updated CI/CD pipeline for more reliable version management
  • Added manual triggers for version increments

[1.0.4] - 2024-10-06

Fixed

  • Issues with automatic version incrementing in CI pipeline

[1.0.3] - 2024-10-05

Added

  • Enhanced error handling for file operations

[1.0.2] - 2024-10-05

Added

  • 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

Changed

  • Improved overall documentation structure

[1.0.1] - 2024-10-04

Added

  • Initial functionality and documentation

[1.0.0] - 2024-10-04

Added

  • 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