Skip to content

Commit

Permalink
chore(release): v1.11.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.2](bubkoo/html-to-image@v1.11.1...v1.11.2) (2022-12-13)

### Bug Fixes

* fallback to `poster` when `currentSrc` of video is null ([5d79666](bubkoo@5d79666))
* use frames for video capture & add iframes ([bubkoo#346](bubkoo#346)) ([e316c61](bubkoo@e316c61))
  • Loading branch information
vivcat[bot] authored and istaiti committed Feb 7, 2023
1 parent 712ff82 commit 01d1bb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.11.2](https://github.com/bubkoo/html-to-image/compare/v1.11.1...v1.11.2) (2022-12-13)


### Bug Fixes

* fallback to `poster` when `currentSrc` of video is null ([5d79666](https://github.com/bubkoo/html-to-image/commit/5d7966691a0dae64de8fb2bf9e56be7d274cef83))
* 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))

## [1.11.1](https://github.com/bubkoo/html-to-image/compare/v1.11.0...v1.11.1) (2022-12-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-to-image",
"version": "1.11.1",
"version": "1.11.2",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 01d1bb9

Please sign in to comment.