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

Commit 14ed921

Browse files
committed
Publish v2.6.1
- Hotfix: no-cache Cache-Control for preview mode ([Commit](990b4a8)) - README updates - Update isRootCatchAllRedirect condition ([#77](#77))
1 parent 990b4a8 commit 14ed921

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.6.1 (2020-11-15)
4+
5+
- Hotfix: no-cache Cache-Control for preview mode ([Commit](https://github.com/netlify/next-on-netlify/commit/990b4a8c31bbd0b89ef2620d9c30493a1fed08f4))
6+
- README updates
7+
- Update isRootCatchAllRedirect condition ([#77](https://github.com/netlify/next-on-netlify/pull/77))
8+
39
## 2.6.0 (2020-10-26)
410

511
- Support for SSG Preview Mode ([#50](https://github.com/netlify/next-on-netlify/pull/50))

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.6.0",
3+
"version": "2.6.1",
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)