Skip to content

Commit 891b9e5

Browse files
committed
Version 2.0.0
1 parent d398df9 commit 891b9e5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.0.0
2+
=====
3+
- Upgrade to PhantomJS v2 [#107](https://github.com/marcbachmann/node-html-pdf/pull/107)
4+
- Add `base` option to allow relative asset urls [#99](https://github.com/marcbachmann/node-html-pdf/pull/99)
5+
6+
17
1.5.0
28
=====
39
You can use tags with ids in your html to get custom headers and footers:

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.5.0",
3+
"version": "2.0.0",
44
"description": "HTML to PDF converter that uses phantomjs",
55
"engines": {"node": ">=4.0.0"},
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)