From 73aaebbe421e77db3fb00880714fce8f48e3e538 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 24 Feb 2025 23:02:31 +0000 Subject: [PATCH] fix(core): Internal changes with no functional impact. --- changelog.md | 8 ++++++++ ts/00_commitinfo_data.ts | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 changelog.md create mode 100644 ts/00_commitinfo_data.ts 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' +}