We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f9b28 commit f74e53fCopy full SHA for f74e53f
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [1.3.15](https://github.com/bubkoo/html-to-image/compare/v1.3.14...v1.3.15) (2020-10-27)
2
+
3
4
+### Bug Fixes
5
6
+* 🐛 use bot token ([44f9b28](https://github.com/bubkoo/html-to-image/commit/44f9b28de81b154669af5b9e4f2afd6ad4627ef3))
7
+* 🐛 use bot token ([2917e50](https://github.com/bubkoo/html-to-image/commit/2917e5087a0f498bef85157aac96fd9786289085))
8
9
## [1.3.14](https://github.com/bubkoo/html-to-image/compare/v1.3.13...v1.3.14) (2020-10-27)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-image",
- "version": "1.3.14",
+ "version": "1.3.15",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "lib/index.js",
"module": "es/index.js",
0 commit comments