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

Commit c495782

Browse files
committed
Publish v2.8.7
- Fix: next 10.0.6 changed prerender-manifest for i18n ([#163](#163)) - Chore: support node 15
1 parent 2ae9f7d commit c495782

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 2.8.7 (2021-02-02)
4+
5+
- Fix: next 10.0.6 changed prerender-manifest for i18n ([#163](https://github.com/netlify/next-on-netlify/pull/163))
6+
- Chore: support node 15
7+
38
## 2.8.6 (2021-01-27)
49

510
- Fix: image url in imageFunction ([#159](https://github.com/netlify/next-on-netlify/pull/159))

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