fix(release): just release

This commit is contained in:
Philipp Kunz 2025-04-04 13:31:17 +00:00
parent f0c4619d6d
commit 6ac00d900d
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2025-04-04 - 4.2.1 - fix(release)
No changes detected in project files; project remains in sync.
## 2025-04-04 - 4.2.0 - feat(UBL Encoder & Test Suite)
Implement UBLEncoder and update corpus summary generation; adjust PDF timestamps in test outputs

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@fin.cx/xinvoice',
version: '4.2.0',
version: '4.2.1',
description: 'A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.'
}