Skip to content

Commit 4bc717f

Browse files
chore(release): 0.12.1 [skip ci]
1 parent 3e4bba9 commit 4bc717f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dist/html2pdf.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* html2pdf.js v0.12.0
2+
* html2pdf.js v0.12.1
33
* Copyright (c) 2025 Erik Koopmans
44
* Released under the MIT License.
55
*/

dist/html2pdf.bundle.min.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/*!
8-
* html2pdf.js v0.12.0
8+
* html2pdf.js v0.12.1
99
* Copyright (c) 2025 Erik Koopmans
1010
* Released under the MIT License.
1111
*/

dist/html2pdf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* html2pdf.js v0.12.0
2+
* html2pdf.js v0.12.1
33
* Copyright (c) 2025 Erik Koopmans
44
* Released under the MIT License.
55
*/

dist/html2pdf.min.js.LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* html2pdf.js v0.12.0
2+
* html2pdf.js v0.12.1
33
* Copyright (c) 2025 Erik Koopmans
44
* Released under the MIT License.
55
*/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html2pdf.js",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Client-side HTML-to-PDF rendering using pure JS",
55
"main": "dist/html2pdf.js",
66
"types": "./type.d.ts",

0 commit comments

Comments
 (0)