diff --git a/Changelog.md b/Changelog.md index d9e32fa..ebdc416 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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: diff --git a/package.json b/package.json index 400e74c..fcf53d2 100644 --- a/package.json +++ b/package.json @@ -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",