Skip to content

Commit

Permalink
chore(release): v1.11.13 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.13](v1.11.12...v1.11.13) (2025-02-14)

### Bug Fixes

* **mask:** add support for -webkit-mask and -webkit-mask-image ([#382](#382)) ([5bdfda7](5bdfda7))
  • Loading branch information
biiibooo[bot] committed Feb 14, 2025
1 parent d9b2fcf commit 9957281
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.13](https://github.com/bubkoo/html-to-image/compare/v1.11.12...v1.11.13) (2025-02-14)


### Bug Fixes

* **mask:** add support for -webkit-mask and -webkit-mask-image ([#382](https://github.com/bubkoo/html-to-image/issues/382)) ([5bdfda7](https://github.com/bubkoo/html-to-image/commit/5bdfda75cc41248f4e161ea434bbfc535e72f95e))

## [1.11.12](https://github.com/bubkoo/html-to-image/compare/v1.11.11...v1.11.12) (2025-02-12)


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.12",
"version": "1.11.13",
"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 9957281

Please sign in to comment.