From 5c04dc772965839984de75886d0de4a079e5a139 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 29 Jul 2025 17:32:32 +0000 Subject: [PATCH] fix(documentation): Update and align documentation with internal CLI and project structure --- changelog.md | 7 +++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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.' }