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