From 6ac00d900d1f514921109baf681ba9919278f986 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 4 Apr 2025 13:31:17 +0000 Subject: [PATCH] fix(release): just release --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 677e64f..5b0b04c 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3493327..4cbdc63 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.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.' }