From 67ae3ac22bb39a7aaaa47a5b30850b8cb42020e8 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 8 Dec 2024 22:08:59 +0100 Subject: [PATCH] fix(core): Improve stability and performance of document generation --- 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 57f912e..2194732 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-12-08 - 1.6.10 - fix(core) +Improve stability and performance of document generation + + ## 2024-12-08 - 1.6.9 - fix(contentinvoice.ts) Improve invoice item layout and fix alignment issues. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 85f57bf..d768401 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.9', + version: '1.6.10', 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 85f57bf..d768401 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.9', + version: '1.6.10', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' }