diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..9a9e899 --- /dev/null +++ b/changelog.md @@ -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. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..4646d99 --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -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' +}