Skip to content

Commit fcab85e

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2021-09-15) ### Bug Fixes * 🐛 ternary to convert slot assignedNodes to array ([#168](#168)) ([d12f4e2](d12f4e2)) ### Features * ✨ update deps ([8dd487a](8dd487a))
1 parent 5bb916e commit fcab85e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.8.0](https://github.com/bubkoo/html-to-image/compare/v1.7.0...v1.8.0) (2021-09-15)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 ternary to convert slot assignedNodes to array ([#168](https://github.com/bubkoo/html-to-image/issues/168)) ([d12f4e2](https://github.com/bubkoo/html-to-image/commit/d12f4e210deaa179f9db5e36119964750d8ef45f))
7+
8+
9+
### Features
10+
11+
* ✨ update deps ([8dd487a](https://github.com/bubkoo/html-to-image/commit/8dd487abfa9c12ee9c3553043cd5f21c87a78f91))
12+
113
# [1.7.0](https://github.com/bubkoo/html-to-image/compare/v1.6.2...v1.7.0) (2021-07-23)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-to-image",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)