Skip to content

Commit

Permalink
chore(release): v1.11.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.11.9](v1.11.8...v1.11.9) (2023-01-31)

### Bug Fixes

* use "secrets.GITHUB_TOKEN" to publish to GPR ([2652288](2652288))
  • Loading branch information
vivcat[bot] committed Jan 31, 2023
1 parent 2652288 commit 364fb8d
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.9](https://github.com/bubkoo/html-to-image/compare/v1.11.8...v1.11.9) (2023-01-31)


### Bug Fixes

* use "secrets.GITHUB_TOKEN" to publish to GPR ([2652288](https://github.com/bubkoo/html-to-image/commit/2652288af04f6a4775cf107981f3292b0a231973))

## [1.11.8](https://github.com/bubkoo/html-to-image/compare/v1.11.7...v1.11.8) (2023-01-31)


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.8",
"version": "1.11.9",
"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 364fb8d

Please sign in to comment.