Skip to content

Commit 8160d1d

Browse files
chore(release): 1.3.21 [skip ci]
## [1.3.21](v1.3.20...v1.3.21) (2021-01-13) ### Bug Fixes * 🐛 [#74](#74) process reference ([#75](#75)) ([9e9d71b](9e9d71b))
1 parent 9e9d71b commit 8160d1d

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
@@ -1,3 +1,10 @@
1+
## [1.3.21](https://github.com/bubkoo/html-to-image/compare/v1.3.20...v1.3.21) (2021-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 [#74](https://github.com/bubkoo/html-to-image/issues/74) process reference ([#75](https://github.com/bubkoo/html-to-image/issues/75)) ([9e9d71b](https://github.com/bubkoo/html-to-image/commit/9e9d71ba80133c0f676053b04cf5787fd0469f80))
7+
18
## [1.3.20](https://github.com/bubkoo/html-to-image/compare/v1.3.19...v1.3.20) (2020-10-28)
29

310

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.20",
3+
"version": "1.3.21",
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)