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 aff7edc commit c3d454bCopy full SHA for c3d454b
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.3.20](https://github.com/bubkoo/html-to-image/compare/v1.3.19...v1.3.20) (2020-10-28)
2
+
3
4
+### Bug Fixes
5
6
+* 🐛 auto install semantic-release-config ([aff7edc](https://github.com/bubkoo/html-to-image/commit/aff7edce1b3df1822d455d17a9c28ae8768eca9e))
7
8
## [1.3.19](https://github.com/bubkoo/html-to-image/compare/v1.3.18...v1.3.19) (2020-10-28)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-image",
- "version": "1.3.19",
+ "version": "1.3.20",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments