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

Commit b0ff95d

Browse files
committed
Publish v2.9.0
- add support for background functions in api pages only ([#171](#171)) - remove next as peer dependency ([#167](#167)) - add watch mode ([#162](#162))
1 parent 3ad3b39 commit b0ff95d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## 2.9.0 (2021-02-24)
4+
5+
- add support for background functions in api pages only ([#171](https://github.com/netlify/next-on-netlify/pull/171))
6+
- remove next as peer dependency ([#167](https://github.com/netlify/next-on-netlify/pull/167))
7+
- add watch mode ([#162](https://github.com/netlify/next-on-netlify/pull/162))
8+
39
## 2.8.7 (2021-02-02)
410

511
- Fix: next 10.0.6 changed prerender-manifest for i18n ([#163](https://github.com/netlify/next-on-netlify/pull/163))

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: 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.7",
3+
"version": "2.9.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)