fix(core): Fix candidate handling in PDF generation

This commit is contained in:
2024-11-30 20:43:05 +01:00
parent 12a581ced9
commit 3d7bb37849
5 changed files with 3605 additions and 556 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartpdf',
version: '3.1.7',
version: '3.1.8',
description: 'A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.'
}