Skip to content

Commit 82d93ce

Browse files
committed
🔖 Release v1.1.0
1 parent bebd0f6 commit 82d93ce

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
<a name="1.0.1"></a>
4+
## 1.0.1 (2019-12-06)
5+
6+
### Added
7+
8+
- ✨ Add waitUntil option [[a8f1b46](https://github.com/frinyvonnick/node-html-to-image/commit/a8f1b46c7ab702553f66c3d6a26adec6b7f05a8c)]
9+
10+
### Miscellaneous
11+
12+
- 📝 Add a mention to the cli [[bebd0f6](https://github.com/frinyvonnick/node-html-to-image/commit/bebd0f6211fcacca307949670d0eb9f4954f7e46)]
13+
- 📝 Fix examples [[2b1879b](https://github.com/frinyvonnick/node-html-to-image/commit/2b1879b796d61873be6957c37e7aab084c045112)]
14+
15+
316
<a name="1.0.0"></a>
417
## 1.0.0 (2019-12-05)
518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-html-to-image",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A Node.js library that generates images from HTML",
55
"main": "src/index.js",
66
"repository": "git@github.com:frinyvonnick/node-html-to-image.git",

0 commit comments

Comments
 (0)