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

Commit ba22d52

Browse files
committed
Publish v2.8.0
- 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))
1 parent 2371424 commit ba22d52

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.8.0 (2020-01-14)
4+
5+
- Fix: fallback blocking would cause builds to crash ([#139](https://github.com/netlify/next-on-netlify/pull/139))
6+
- next/image initial support ([#138](https://github.com/netlify/next-on-netlify/pull/138))
7+
- generate headers file to override static chunks cache control ([#141](https://github.com/netlify/next-on-netlify/pull/141))
8+
- track NoN files for configured dirs to clean before each run ([#134](https://github.com/netlify/next-on-netlify/pull/134))
9+
310
## 2.7.2 (2021-01-06)
411

512
- Hotfix: index gsp pages caused builds to fail in i18n ([#75](https://github.com/netlify/next-on-netlify/pull/131))

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