From 83efcdd2b85255221c700ccf13296b30c57f2594 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 5 Dec 2024 01:36:27 +0100 Subject: [PATCH] feat(documentSettings + translations + vat in itemLines): implements and fixes #2 --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- ts_web/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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.' }