diff --git a/changelog.md b/changelog.md index 8f30fc7..1349b2f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-04 - 2.0.29 - fix(core) +No changes detected in the codebase. + + ## 2024-12-04 - 2.0.28 - fix(tswatch) Add logging to notify folder watcher creation and building processes diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 51558c5..94fdd47 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.28', + version: '2.0.29', description: 'watch typescript projects during development' }