fix(core): No changes in the project files

This commit is contained in:
Philipp Kunz 2024-07-01 16:32:34 +02:00
parent 3fb6e3b3c3
commit 5fa40387fe
2 changed files with 16 additions and 0 deletions

8
changelog.md Normal file
View File

@ -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.

8
ts/00_commitinfo_data.ts Normal file
View File

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