From 61d97308ea4155bdeb8ee58ca62866070cc08e8b Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 17 Mar 2025 17:15:48 +0000 Subject: [PATCH] fix(commitinfo): Synchronize commit info version with package.json version --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4ac21d0..9754125 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2025-03-17 - 1.3.3 - fix(commitinfo) +Synchronize commit info version with package.json version + +- Updated ts/00_commitinfo_data.ts from version '1.3.1' to '1.3.2' to match package.json + ## 2025-03-17 - 1.3.1 - fix(documentation) Update readme to enhance installation instructions and expand feature documentation for Factur-X/ZUGFeRD, UBL, and FatturaPA support, including details on circular encoding/decoding. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index c342166..792a77a 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: '1.3.1', + version: '1.3.3', description: 'A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.' }