From 01fc0d0c6ec4b2bf4696cfeaaf634fd462bc3626 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 23 Jun 2024 16:46:10 +0200 Subject: [PATCH] fix(core): Fixed usage of plugins in project context and readme generation --- changelog.md | 11 ++++++++++- ts/00_commitinfo_data.ts | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index d88315d..d1d57ac 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,13 @@ # Changelog +## 1.2.1 +fix(core): Fixed usage of plugins in project context and readme generation + ## 1.2.0 -feat(aidocs_classes): Enhance changelog generation by supporting complete generation in the absence of previous changelog files \ No newline at end of file +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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e0f110d..60e97a2 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsdoc', - version: '1.2.0', + version: '1.2.1', description: 'An advanced TypeScript documentation tool using AI to generate and enhance documentation for TypeScript projects.' }