Compare commits

..

4 Commits

3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
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.'
}