Skip to content

Commit

Permalink
Publish v2.6.1
Browse files Browse the repository at this point in the history
- Hotfix: no-cache Cache-Control for preview mode ([Commit](netlify@990b4a8))
- README updates
- Update isRootCatchAllRedirect condition ([netlify#77](netlify#77))
  • Loading branch information
lindsaylevine authored and icodethings committed Nov 15, 2020
1 parent 56d86d9 commit 4715958
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.6.1 (2020-11-15)

- Hotfix: no-cache Cache-Control for preview mode ([Commit](https://github.com/netlify/next-on-netlify/commit/990b4a8c31bbd0b89ef2620d9c30493a1fed08f4))
- README updates
- Update isRootCatchAllRedirect condition ([#77](https://github.com/netlify/next-on-netlify/pull/77))

## 2.6.0 (2020-10-26)

- Support for SSG Preview Mode ([#50](https://github.com/netlify/next-on-netlify/pull/50))
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.6.0",
"version": "2.6.1",
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
"bin": "./next-on-netlify.js",
"keywords": [
Expand Down

0 comments on commit 4715958

Please sign in to comment.