Skip to content

Commit f74e53f

Browse files
committedOct 27, 2020
chore(release): 1.3.15 [skip ci]
## [1.3.15](v1.3.14...v1.3.15) (2020-10-27) ### Bug Fixes * 🐛 use bot token ([44f9b28](44f9b28)) * 🐛 use bot token ([2917e50](2917e50))
1 parent 44f9b28 commit f74e53f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## [1.3.14](https://github.com/bubkoo/html-to-image/compare/v1.3.13...v1.3.14) (2020-10-27)
210

311

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-image",
3-
"version": "1.3.14",
3+
"version": "1.3.15",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)
Please sign in to comment.