diff --git a/CHANGELOG.md b/CHANGELOG.md index e0edcfb5..9be31a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.6.2](https://github.com/bubkoo/html-to-image/compare/v1.6.1...v1.6.2) (2021-05-17) + ## [1.6.1](https://github.com/bubkoo/html-to-image/compare/v1.6.0...v1.6.1) (2021-04-23) # [1.6.0](https://github.com/bubkoo/html-to-image/compare/v1.5.0...v1.6.0) (2021-04-06) diff --git a/package.json b/package.json index c0974f2f..36ab13db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-to-image", - "version": "1.6.1", + "version": "1.6.2", "description": "Generates an image from a DOM node using HTML5 canvas and SVG.", "main": "lib/index.js", "module": "es/index.js",