Skip to content

Commit e243d48

Browse files
chore: release v1.2.0
1 parent df8264a commit e243d48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/single-file-html/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "single-file-html",
33
"type": "module",
4+
"version": "1.2.0",
45
"private": true,
56
"scripts": {
67
"html-export-pdf-cli:headless": "html-export-pdf-cli index.html --headless true -o result.pdf",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "html-export-pdf-cli",
33
"type": "module",
4-
"version": "1.1.5",
4+
"version": "1.2.0",
55
"packageManager": "[email protected]",
66
"description": "Render HTML to PDF(with outline) using Puppeteer.",
77
"author": "CondorHero",

0 commit comments

Comments
 (0)