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

Commit

Permalink
Publish v2.8.0
Browse files Browse the repository at this point in the history
- Fix: fallback blocking would cause builds to crash ([#139](#139))
- next/image initial support ([#138](#138))
- generate headers file to override static chunks cache control ([#141](#141))
- track NoN files for configured dirs to clean before each run ([#134](#134))
  • Loading branch information
lindsaylevine committed Jan 14, 2021
1 parent 2371424 commit ba22d52
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.8.0 (2020-01-14)

- Fix: fallback blocking would cause builds to crash ([#139](https://github.com/netlify/next-on-netlify/pull/139))
- next/image initial support ([#138](https://github.com/netlify/next-on-netlify/pull/138))
- generate headers file to override static chunks cache control ([#141](https://github.com/netlify/next-on-netlify/pull/141))
- track NoN files for configured dirs to clean before each run ([#134](https://github.com/netlify/next-on-netlify/pull/134))

## 2.7.2 (2021-01-06)

- Hotfix: index gsp pages caused builds to fail in i18n ([#75](https://github.com/netlify/next-on-netlify/pull/131))
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.7.2",
"version": "2.8.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 ba22d52

Please sign in to comment.