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

Commit 44d8723

Browse files
committed
Publish v2.5.2
- 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
1 parent 0c1d1b0 commit 44d8723

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Changelog
22

3+
## 2.5.2 (2020-10-23)
4+
5+
- README rebrand
6+
- Fix: update logs to correct path constants in prepareFolders ([#58](https://github.com/netlify/next-on-netlify/pull/58))
7+
- Fix: show experimental-serverless-trace target option in README ([#59](https://github.com/netlify/next-on-netlify/pull/59))
8+
- Fix: x-forwarded-host is undefined on Netlify ([#54](https://github.com/netlify/next-on-netlify/pull/54))
9+
- Fix: No-op redirect for root catch-all page chunks ([#52](https://github.com/netlify/next-on-netlify/pull/52))
10+
- prettier pre-commit hook
11+
312
## 2.5.1 (2020-10-02)
413

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

7-
# 2.5.0 (2020-10-01)
16+
## 2.5.0 (2020-10-01)
817

918
- Copy host property from headers to multiValueHeaders [#44](https://github.com/netlify/next-on-netlify/pull/44)
1019
- 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)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
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)