feat(core): Enhanced post fetching and creation with additional metadata and support for HTML source

This commit is contained in:
2024-07-06 17:47:06 +02:00
parent 5d3cfe2f93
commit d82c58e608
5 changed files with 106 additions and 7 deletions

View File

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