fix(core): No changes detected in the codebase.

This commit is contained in:
Philipp Kunz 2024-12-04 22:49:24 +01:00
parent 52e85d61cd
commit 993997d5fa
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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'
}