fix(commitinfo): Synchronize commit info version with package.json version
This commit is contained in:
		| @@ -1,5 +1,10 @@ | |||||||
| # Changelog | # 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) | ## 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. | Update readme to enhance installation instructions and expand feature documentation for Factur-X/ZUGFeRD, UBL, and FatturaPA support, including details on circular encoding/decoding. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@fin.cx/xinvoice', |   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.' |   description: 'A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.' | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user