Skip to content

Commit 5c1c464

Browse files
chore(release): 1.3.19 [skip ci]
## [1.3.19](v1.3.18...v1.3.19) (2020-10-28) ### Bug Fixes * **ci:** 🐛 👷 label from branch name ([e8deafb](e8deafb)) * 🐛 update keywords ([6a04e03](6a04e03)), closes [#63](https://github.com/bubkoo/html-to-image/issues/63) [#64](#64)
1 parent 8ffa6b0 commit 5c1c464

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## [1.3.19](https://github.com/bubkoo/html-to-image/compare/v1.3.18...v1.3.19) (2020-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** 🐛 👷 label from branch name ([e8deafb](https://github.com/bubkoo/html-to-image/commit/e8deafb3ac8b540226d9692e5b267d657030eccc))
7+
* 🐛 update keywords ([6a04e03](https://github.com/bubkoo/html-to-image/commit/6a04e03eb30d76601fc153d6d8439dbe73725503)), closes [#63](https://github.com/bubkoo/html-to-image/issues/63) [#64](https://github.com/bubkoo/html-to-image/issues/64)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-image",
3-
"version": "1.3.18",
3+
"version": "1.3.19",
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)