fix(aidocs_classes): Fix typo in INextCommitObject interface

This commit is contained in:
2024-06-23 19:47:43 +02:00
parent 4c83725120
commit b6fb7bf029
3 changed files with 8 additions and 3 deletions

View File

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