feat(aidocs_classes): Enhance changelog generation by supporting complete generation in the absence of previous changelog files

This commit is contained in:
2024-06-23 16:45:20 +02:00
parent 11bde9d756
commit a949039192
3 changed files with 4 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdoc',
version: '1.1.42',
version: '1.2.0',
description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.'
}