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.2
Browse files Browse the repository at this point in the history
- README rebrand
- Fix: update logs to correct path constants in prepareFolders ([#58](#58))
- Fix: show experimental-serverless-trace target option in README ([#59](#59))
- Fix: x-forwarded-host is undefined on Netlify ([#54](#54))
- Fix: No-op redirect for root catch-all page chunks ([#52](#52))
- prettier pre-commit hook
  • Loading branch information
lindsaylevine committed Oct 23, 2020
1 parent 0c1d1b0 commit 44d8723
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Changelog

## 2.5.2 (2020-10-23)

- README rebrand
- Fix: update logs to correct path constants in prepareFolders ([#58](https://github.com/netlify/next-on-netlify/pull/58))
- Fix: show experimental-serverless-trace target option in README ([#59](https://github.com/netlify/next-on-netlify/pull/59))
- Fix: x-forwarded-host is undefined on Netlify ([#54](https://github.com/netlify/next-on-netlify/pull/54))
- Fix: No-op redirect for root catch-all page chunks ([#52](https://github.com/netlify/next-on-netlify/pull/52))
- prettier pre-commit hook

## 2.5.1 (2020-10-02)

- Fix: broken redirects for optional catch-alls ([#47](https://github.com/netlify/next-on-netlify/pull/47))

# 2.5.0 (2020-10-01)
## 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)
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.5.1",
"version": "2.5.2",
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
"bin": "./next-on-netlify.js",
"keywords": [
Expand Down

0 comments on commit 44d8723

Please sign in to comment.