From 5fa40387fedc981ab61c0a6a8301e93cc6ba7233 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 1 Jul 2024 16:32:34 +0200 Subject: [PATCH] fix(core): No changes in the project files --- 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..6c691ca --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +# Changelog + +## 2024-07-01 - 1.0.2 - fix(core) +No changes in the project files + + +## 2024-07-01 - 1.0.1 - Initial Release +Initial release of the project. \ No newline at end of file diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..de26e2e --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ +export const commitinfo = { + name: '@apiclient.xyz/ghost', + version: '1.0.2', + description: 'an unofficial ghost api package' +}