fix(aidocs): Fix bug in AiDoc class causing undefined token handling
This commit is contained in:
parent
499baebc18
commit
1feddc6e85
13
changelog.md
13
changelog.md
@ -1,13 +1,4 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.2.1
|
## 1.2.2
|
||||||
fix(core): Fixed usage of plugins in project context and readme generation
|
fix(aidocs): Fix bug in AiDoc class causing undefined token handling
|
||||||
|
|
||||||
## 1.2.0
|
|
||||||
feat(aidocs_classes): Enhance changelog generation by supporting complete generation in the absence of previous changelog files
|
|
||||||
|
|
||||||
## 1.1.42
|
|
||||||
fix(aidoc_classes): Improve commit message generation by handling empty diffs and updating changelog instructions
|
|
||||||
|
|
||||||
## 1.1.41
|
|
||||||
fix(aidoc_classes): Improve commit message generation by handling empty diffs and updating changelog instructions
|
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsdoc',
|
name: '@git.zone/tsdoc',
|
||||||
version: '1.2.1',
|
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.'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user