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

Commit

Permalink
Publish v2.9.0
Browse files Browse the repository at this point in the history
- add support for background functions in api pages only ([#171](#171))
- remove next as peer dependency ([#167](#167))
- add watch mode ([#162](#162))
  • Loading branch information
lindsaylevine committed Feb 25, 2021
1 parent 3ad3b39 commit b0ff95d
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.9.0 (2021-02-24)

- add support for background functions in api pages only ([#171](https://github.com/netlify/next-on-netlify/pull/171))
- remove next as peer dependency ([#167](https://github.com/netlify/next-on-netlify/pull/167))
- add watch mode ([#162](https://github.com/netlify/next-on-netlify/pull/162))

## 2.8.7 (2021-02-02)

- Fix: next 10.0.6 changed prerender-manifest for i18n ([#163](https://github.com/netlify/next-on-netlify/pull/163))
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.8.7",
"version": "2.9.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 b0ff95d

Please sign in to comment.