Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 562c84c

Browse files
committed
Publish v2.5.0
- Copy host property from headers to multiValueHeaders [#44](#44) - More support for ISR (getStaticProps with revalidate) [Discussion](https://github.com/netlify/next-on-netlify/issues/35) / [Commit](ef45cc5) - Fixed redirect for index with getServerSideProps [#39](#39)
1 parent 97cbdaf commit 562c84c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
# 2.5.0 (2020-10-01)
4+
5+
- Copy host property from headers to multiValueHeaders [#44](https://github.com/netlify/next-on-netlify/pull/44)
6+
- More support for ISR (getStaticProps with revalidate) [Discussion](https://github.com/netlify/next-on-netlify/issues/35) / [Commit](https://github.com/netlify/next-on-netlify/commit/ef45cc5aa0ea6755544901ea364533b40f78cdcb)
7+
- Fixed redirect for index with getServerSideProps [#39](https://github.com/netlify/next-on-netlify/pull/39)
8+
39
## 2.4.0 (2020-09-05)
410

511
- Add support for base64 encoding in responses returned from SSR pages and API

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)