Skip to content

Commit

Permalink
chore(release): 1.3.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.17](v1.3.16...v1.3.17) (2020-10-28)

### Bug Fixes

* 🐛 publish to github package ([f0914a2](f0914a2))
  • Loading branch information
semantic-release-bot committed Oct 28, 2020
1 parent 9c71ee0 commit 9426264
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.3.17](https://github.com/bubkoo/html-to-image/compare/v1.3.16...v1.3.17) (2020-10-28)


### Bug Fixes

* 🐛 publish to github package ([f0914a2](https://github.com/bubkoo/html-to-image/commit/f0914a2c80f12a52f3f9e182cbaa54d6abf432b6))

## [1.3.16](https://github.com/bubkoo/html-to-image/compare/v1.3.15...v1.3.16) (2020-10-28)


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.3.16",
"version": "1.3.17",
"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 9426264

Please sign in to comment.