From 915bd67b6a6cf8d16421645451e9d150a23a406b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 4 Dec 2024 23:04:16 +0100 Subject: [PATCH] fix(core): Minor improvements and dependency updates --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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' }