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.' }