fix(core): Internal changes with no functional impact.

This commit is contained in:
Philipp Kunz 2025-02-24 23:02:31 +00:00
parent 33932a4b23
commit 73aaebbe42
2 changed files with 16 additions and 0 deletions

8
changelog.md Normal file
View File

@ -0,0 +1,8 @@
# Changelog
## 2025-02-24 - 1.0.2 - fix(core)
Internal changes with no functional impact.
## 2025-02-24 - 1.0.1 - initial release
Initial release with baseline functionality.

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@git.zone/tspm',
version: '1.0.2',
description: 'a no fuzz task manager'
}