Skip to content

Commit 3d0b64f

Browse files
committedJul 20, 2015
bumped version to 2.0.1
1 parent 5d22730 commit 3d0b64f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ Bugfixes:
77
Before: If the prerender service errors out (e.g., not available and the request times out), the error is swallowed and `next` called with no args.
88

99
After: error is passed through to `next`, and `prerender.afterRenderFn` is handed `err` as the first arg. Makes it much easier to know if you're misconfiguring something or forgot to start the prerender server locally when testing.
10+
11+
## 2.0.1 (2015-07-20)
12+
13+
Bugfixes:
14+
15+
- Send HTTPS URLs through correctly.
16+
17+
Fixed an issue where `http` was always added to the URLs sent to Prerender even if the URL was https.

‎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.0",
3+
"version": "2.0.1",
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.