diff --git a/changelog.md b/changelog.md index 29fb667..76fdc40 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2025-04-03 - 4.1.5 - fix(core) +No uncommitted changes detected in the repository. The project files and functionality remain unchanged. + + ## 2025-04-03 - 4.1.4 - fix(corpus-tests, format-detection) Adjust corpus test thresholds and improve XML format detection for invoice documents diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 54d4fd5..2f2cf27 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@fin.cx/xinvoice', - version: '4.1.4', + version: '4.1.5', description: 'A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.' }