Compare commits

...

4 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Changelog # Changelog
## 1.2.0 ## 1.2.2
feat(aidocs_classes): Enhance changelog generation by supporting complete generation in the absence of previous changelog files fix(aidocs): Fix bug in AiDoc class causing undefined token handling

View File

@ -1,6 +1,6 @@
{ {
"name": "@git.zone/tsdoc", "name": "@git.zone/tsdoc",
"version": "1.2.0", "version": "1.2.2",
"private": false, "private": false,
"description": "An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.", "description": "An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.",
"type": "module", "type": "module",

View File

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