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