From 993997d5facfcdbf44861767ee96d03a07da0b45 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 4 Dec 2024 22:49:24 +0100 Subject: [PATCH] fix(core): No changes detected in the codebase. --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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' }