2 Commits

Author SHA1 Message Date
f0c19ecdb0 1.0.5
Some checks failed
Default (tags) / security (push) Failing after 13s
Default (tags) / test (push) Failing after 13s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2024-04-22 16:31:28 +02:00
14bb77bd2e fix(core): update 2024-04-22 16:31:28 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fin.cx/xinvoice",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "A module for creating, manipulating, and embedding XML data within PDF files for xinvoice packages.",
"main": "dist_ts/index.js",

View File

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