Skip to content

Commit 187aa2b

Browse files
committed
Version 1.1.0
1 parent 21efba5 commit 187aa2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.1.0
2+
=====
3+
- From now on options.phantomPath allows you to overwrite the default PhantomJS binary path.
4+
5+
16
1.0.0
27
=====
38
- Catch phantomjs errors [517d307](https://github.com/marcbachmann/node-html-pdf/commit/517d30762e3121f72aa3879e07f5944c05c4d96d)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-pdf",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "HTML to PDF converter that uses phantomjs",
55
"main": "lib/index.js",
66
"directories": {

0 commit comments

Comments
 (0)