diff --git a/CHANGELOG.md b/CHANGELOG.md index 00607b89..6036aa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2741d8f6..e43071cc 100644 --- a/package.json +++ b/package.json @@ -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",