fix(documentation): Update and align documentation with internal CLI and project structure

This commit is contained in:
Juergen Kunz
2025-07-29 17:32:32 +00:00
parent ecd76bc8aa
commit 5c04dc7729
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # 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) ## 2025-06-26 - 2.1.2 - fix(dependencies)
Update @push.rocks/smartchok dependency to ^1.1.1 Update @push.rocks/smartchok dependency to ^1.1.1

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@git.zone/tswatch', 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.' description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
} }