diff --git a/changelog.md b/changelog.md index 64581e5..26370a6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-05 - 1.6.0 - feat(documentSettings + translations + vat in itemLines) +Updated dependencies in package.json + +- Updated @types/node to version ^22.10.1 +- Updated qrcode package to version ^1.5.4 + ## 2024-12-02 - 1.5.3 - fix(elements) Update viewer attributes and fix font integration diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 212f6c7..cff640e 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.5.3', + version: '1.6.0', 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 212f6c7..cff640e 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.5.3', + version: '1.6.0', description: 'A sophisticated framework for dynamically generating and rendering business documents like invoices with modern web technologies, featuring PDF creation, templating, and automation.' }