diff --git a/changelog.md b/changelog.md index 7c47ded..6c4a857 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## 2025-07-29 - 2.1.3 - fix(documentation) +Update and align documentation with internal CLI and project structure + +- Refined readme.md and readme.hints.md to clearly describe the various watch modes and project setup +- Ensured the CLI command mappings in tswatch.cli.ts are documented for consistent usage +- Included update to internal commit information file for clarity + ## 2025-06-26 - 2.1.2 - fix(dependencies) Update @push.rocks/smartchok dependency to ^1.1.1 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 311fe9b..27f42f6 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tswatch', - version: '2.1.2', + version: '2.1.3', description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.' }