Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Feb 16, 2016
1 parent d398df9 commit 891b9e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.0.0
=====
- Upgrade to PhantomJS v2 [#107](https://github.com/marcbachmann/node-html-pdf/pull/107)
- Add `base` option to allow relative asset urls [#99](https://github.com/marcbachmann/node-html-pdf/pull/99)


1.5.0
=====
You can use tags with ids in your html to get custom headers and footers:
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": "html-pdf",
"version": "1.5.0",
"version": "2.0.0",
"description": "HTML to PDF converter that uses phantomjs",
"engines": {"node": ">=4.0.0"},
"main": "lib/index.js",
Expand Down

0 comments on commit 891b9e5

Please sign in to comment.