Skip to content

Commit 877149f

Browse files
committedJul 24, 2015
bump prerender-node to 2.0.2
1 parent ad2c0ff commit 877149f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
 

‎CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@ Bugfixes:
1414

1515
- Send HTTPS URLs through correctly.
1616

17-
Fixed an issue where `http` was always added to the URLs sent to Prerender even if the URL was https.
17+
Fixed an issue where `http` was always added to the URLs sent to Prerender even if the URL was https.
18+
19+
## 2.0.2 (2015-07-24)
20+
21+
Bugfixes:
22+
23+
- Make sure we pass through the error, request, and Prerender response to afterRender
24+
25+
Fixed an issue where the original request and Prerender response wasn't getting passed to afterRender after recent change to pass err through. Now works correctly: `afterRender(err, req, prerenderResponse)`

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prerender-node",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "express middleware for serving prerendered javascript-rendered pages for SEO",
55
"author": "Todd Hooper",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.