From 891b9e5527f1102eb9dd587ecca86318d1fb2b6c Mon Sep 17 00:00:00 2001 From: Marc Bachmann Date: Tue, 16 Feb 2016 23:33:48 +0100 Subject: [PATCH] Version 2.0.0 --- Changelog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",