fix(aidoc_classes): Improve commit message generation by handling empty diffs and updating changelog instructions

This commit is contained in:
2024-06-23 16:43:23 +02:00
parent e1323569f5
commit eac26521c6
3 changed files with 23 additions and 13 deletions

View File

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