diff --git a/changelog.md b/changelog.md index f40f2ee..dfc00d5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-04 - 2.0.32 - fix(core) +Minor improvements and dependency updates + +- Updated dependencies for improved performance +- Refined TypeScript project watching logic + ## 2024-12-04 - 2.0.31 - fix(Watcher) Add missing logger message in Watcher class for start method diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3a58594..19d8fd0 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.0.31', + version: '2.0.32', description: 'watch typescript projects during development' }