From 06c01f06900d00ebb4248bd4bd984b1492dec515 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 29 Jan 2026 13:21:30 +0000 Subject: [PATCH] fix(): no changes --- changelog.md | 6 ++++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f3429e5..200bccc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-29 - 3.41.4 - fix() +no changes + +- No files changed in this commit; no code or documentation modified +- No release required + ## 2026-01-29 - 3.41.3 - fix(dees-pdf-viewer) use in-memory PDF data for download and print; add robust print wrapper, cleanup and error handling diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 1905409..fa6ac4e 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-catalog', - version: '3.41.3', + version: '3.41.4', description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.' }