Skip to content

Commit 5639265

Browse files
author
vivcat[bot]
committed
chore(release): v1.11.2 [skip ci]
## [1.11.2](v1.11.1...v1.11.2) (2022-12-13) ### Bug Fixes * fallback to `poster` when `currentSrc` of video is null ([5d79666](5d79666)) * use frames for video capture & add iframes ([#346](#346)) ([e316c61](e316c61))
1 parent 5d79666 commit 5639265

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.11.2](https://github.com/bubkoo/html-to-image/compare/v1.11.1...v1.11.2) (2022-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* fallback to `poster` when `currentSrc` of video is null ([5d79666](https://github.com/bubkoo/html-to-image/commit/5d7966691a0dae64de8fb2bf9e56be7d274cef83))
7+
* use frames for video capture & add iframes ([#346](https://github.com/bubkoo/html-to-image/issues/346)) ([e316c61](https://github.com/bubkoo/html-to-image/commit/e316c610364d6a774b736e36e310be79d0085d60))
8+
19
## [1.11.1](https://github.com/bubkoo/html-to-image/compare/v1.11.0...v1.11.1) (2022-12-05)
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.11.1",
3+
"version": "1.11.2",
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)