feat(core): Add Ghost CMS API client classes and README documentation

This commit is contained in:
2025-10-07 13:55:00 +00:00
parent 1cde47da68
commit 2f05d0edc4
2 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiclient.xyz/ghost',
version: '1.2.0',
version: '1.3.0',
description: 'An unofficial Ghost CMS API package enabling content and admin functionality for managing posts.'
}