Skip to content

Commit

Permalink
chore(release): v1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](bubkoo/html-to-image@v1.10.10...v1.11.0) (2022-12-05)

### Features

* support webp format ([bubkoo#343](bubkoo#343)) ([09d4810](bubkoo@09d4810)), closes [bubkoo#326](bubkoo#326)
  • Loading branch information
vivcat[bot] authored and istaiti committed Feb 7, 2023
1 parent d103aab commit afb8242
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.11.0](https://github.com/bubkoo/html-to-image/compare/v1.10.10...v1.11.0) (2022-12-05)


### Features

* support webp format ([#343](https://github.com/bubkoo/html-to-image/issues/343)) ([09d4810](https://github.com/bubkoo/html-to-image/commit/09d4810ce3084e43f039c63efd65ba500451b9df)), closes [#326](https://github.com/bubkoo/html-to-image/issues/326)

## [1.10.10](https://github.com/bubkoo/html-to-image/compare/v1.10.9...v1.10.10) (2022-12-03)


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.10.10",
"version": "1.11.0",
"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 afb8242

Please sign in to comment.