Skip to content

Commit 613840d

Browse files
committed
Version 0.1.3
1 parent d032f46 commit 613840d

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

Changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
0.1.3
2+
=====
3+
- Update phantomjs node module dependency, some cdn changed
4+
5+
6+
0.1.2
7+
=====
8+
- Update lib/index.js
9+
- Document options in README
10+
11+
12+
0.1.1
13+
=====
14+
- Remove temp file when options.filename is not present
15+
- Update README
16+
17+
18+
0.1.0
19+
=====
20+
- Initial pdf.create function with several options
21+

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": "0.1.2",
3+
"version": "0.1.3",
44
"description": "HTML to PDF converter that uses phantomjs",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)