diff --git a/package-lock.json b/package-lock.json index b8d6b16..31e6b52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@myunisoft/html-to-pdf", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@myunisoft/html-to-pdf", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "dependencies": { "puppeteer": "^17.0.0" diff --git a/package.json b/package.json index beebd35..afcf802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myunisoft/html-to-pdf", - "version": "1.5.0", + "version": "1.6.0", "description": "Node lib for converts HTML with dynamic or static content or url to PDF files", "main": "dist/index.js", "types": "dist/index.d.ts",