fix(documentation): Update and align documentation with internal CLI and project structure
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user