From 2464d28a1943e444694913ad7399bc381d316d83 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 5 Dec 2024 01:39:42 +0100 Subject: [PATCH] fix(core): Ensure consistent project structure and code organization without additional changes. --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 26370a6..dc89329 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-05 - 1.6.1 - fix(core) +Ensure consistent project structure and code organization without additional changes. + + ## 2024-12-05 - 1.6.0 - feat(documentSettings + translations + vat in itemLines) Updated dependencies in package.json diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cff640e..7036232 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-document', - version: '1.6.0', + version: '1.6.1', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' } diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index cff640e..7036232 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-document', - version: '1.6.0', + version: '1.6.1', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' }