Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 761 Bytes

File metadata and controls

23 lines (17 loc) · 761 Bytes

Change Log

All notable changes to the "autoversion" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.4] - 2025-01-27

Docs

  • Added screenshots to the README file for better user guidance.

[0.0.3] - 2025-01-09

Changed

  • Made keybindings usable globally, outside of editorFocus.

[0.0.2] - 2025-01-04

Added

  • Introduced the autoversion.fileToEdit setting to allow editing of a user-specified file.

[0.0.1] - 2025-01-04

Added

  • Initial release of AutoVersion.
  • Automatic version incrementing (major, minor, patch) in the default file (package.json).
  • Git integration to append the new version number to commit messages.