Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
927cd961fd | |||
63b4fcc232 |
18
changelog.md
18
changelog.md
@ -1,4 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.2.2
|
## [1.2.3]
|
||||||
fix(aidocs): Fix bug in AiDoc class causing undefined token handling
|
fix(aidocs): Fix bug in AiDoc class causing undefined token handling
|
||||||
|
|
||||||
|
## [1.2.2] - 2023-11-20
|
||||||
|
### Fixed
|
||||||
|
- Fix bug in AiDoc class causing undefined token handling
|
||||||
|
|
||||||
|
## [1.2.1] - 2023-11-10
|
||||||
|
### Fixed
|
||||||
|
- Fixed usage of plugins in project context and readme generation
|
||||||
|
|
||||||
|
## [1.2.0] - 2023-11-01
|
||||||
|
### Added
|
||||||
|
- Enhance changelog generation by supporting complete generation in the absence of previous changelog files
|
||||||
|
|
||||||
|
## [1.1.42] - 2023-10-30
|
||||||
|
### Fixed
|
||||||
|
- Improve commit message generation by handling empty diffs and updating changelog instructions
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tsdoc",
|
"name": "@git.zone/tsdoc",
|
||||||
"version": "1.2.2",
|
"version": "1.2.3",
|
||||||
"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",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsdoc',
|
name: '@git.zone/tsdoc',
|
||||||
version: '1.2.2',
|
version: '1.2.3',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user