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 3e17d47 commit b502a99Copy full SHA for b502a99
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.10.1](https://github.com/bubkoo/html-to-image/compare/v1.10.0...v1.10.1) (2022-08-15)
2
+
3
4
+### Bug Fixes
5
6
+* node version ([13a6989](https://github.com/bubkoo/html-to-image/commit/13a6989d00440984ea631bb92cb484d3bedbfb02))
7
8
# [1.10.0](https://github.com/bubkoo/html-to-image/compare/v1.9.0...v1.10.0) (2022-08-11)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-image",
- "version": "1.10.0",
+ "version": "1.10.1",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments