We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddff2e8 commit 44f9b52Copy full SHA for 44f9b52
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.11.8](https://github.com/bubkoo/html-to-image/compare/v1.11.7...v1.11.8) (2023-01-31)
2
+
3
4
+### Bug Fixes
5
6
+* specify plugins ([d90ec23](https://github.com/bubkoo/html-to-image/commit/d90ec23daca23cda0d515cd7dda8d80cdf75546b))
7
8
## [1.11.7](https://github.com/bubkoo/html-to-image/compare/v1.11.6...v1.11.7) (2023-01-30)
9
10
## [1.11.6](https://github.com/bubkoo/html-to-image/compare/v1.11.5...v1.11.6) (2023-01-30)
package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-image",
- "version": "1.11.7",
+ "version": "1.11.8",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments