fix(core): No uncommitted changes detected in the repository. The project files and functionality remain unchanged.

This commit is contained in:
Philipp Kunz 2025-04-03 21:35:04 +00:00
parent d8eee81f44
commit 06089300b0
2 changed files with 5 additions and 1 deletions

@ -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

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