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

Commit

Permalink
Publish v2.5.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
lindsaylevine committed Oct 1, 2020
1 parent 97cbdaf commit 562c84c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

# 2.5.0 (2020-10-01)

- Copy host property from headers to multiValueHeaders [#44](https://github.com/netlify/next-on-netlify/pull/44)
- 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)
- Fixed redirect for index with getServerSideProps [#39](https://github.com/netlify/next-on-netlify/pull/39)

## 2.4.0 (2020-09-05)

- Add support for base64 encoding in responses returned from SSR pages and API
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-on-netlify",
"version": "2.4.0",
"version": "2.5.0",
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
"bin": "./next-on-netlify.js",
"keywords": [
Expand Down

0 comments on commit 562c84c

Please sign in to comment.