diff --git a/changelog.md b/changelog.md index 54efe78..3082280 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-02 - 1.3.2 - fix(core) +Minor updates and optimizations in the output PDF formatting process. + +- Improved handling of page content overflow in PDF generation. +- Refined default document settings for consistent rendering. + ## 2024-12-02 - 1.3.1 - fix(documentation) Updated project description and enhanced documentation in package.json and README diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index aef7860..ac9ef4f 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.3.1', + version: '1.3.2', 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 aef7860..ac9ef4f 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.3.1', + version: '1.3.2', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' }