Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
68fd50fd4c | |||
06089300b0 |
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-04-03 - 4.1.4 - fix(corpus-tests, format-detection)
|
||||||
Adjust corpus test thresholds and improve XML format detection for invoice documents
|
Adjust corpus test thresholds and improve XML format detection for invoice documents
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@fin.cx/xinvoice",
|
"name": "@fin.cx/xinvoice",
|
||||||
"version": "4.1.4",
|
"version": "4.1.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"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.",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@fin.cx/xinvoice',
|
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.'
|
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