Skip to content

Commit

Permalink
🔖 Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frinyvonnick committed Dec 6, 2019
1 parent bebd0f6 commit 82d93ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

<a name="1.0.1"></a>
## 1.0.1 (2019-12-06)

### Added

- ✨ Add waitUntil option [[a8f1b46](https://github.com/frinyvonnick/node-html-to-image/commit/a8f1b46c7ab702553f66c3d6a26adec6b7f05a8c)]

### Miscellaneous

- 📝 Add a mention to the cli [[bebd0f6](https://github.com/frinyvonnick/node-html-to-image/commit/bebd0f6211fcacca307949670d0eb9f4954f7e46)]
- 📝 Fix examples [[2b1879b](https://github.com/frinyvonnick/node-html-to-image/commit/2b1879b796d61873be6957c37e7aab084c045112)]


<a name="1.0.0"></a>
## 1.0.0 (2019-12-05)

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": "node-html-to-image",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Node.js library that generates images from HTML",
"main": "src/index.js",
"repository": "git@github.com:frinyvonnick/node-html-to-image.git",
Expand Down

0 comments on commit 82d93ce

Please sign in to comment.