From b0ff95d8dafa3953e72b8f03d393cc58bb5f9793 Mon Sep 17 00:00:00 2001 From: Lindsay Levine Date: Wed, 24 Feb 2021 22:32:51 -0500 Subject: [PATCH] Publish v2.9.0 - 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)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1bc45..ac8cd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index c69ff11..ede06f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.8.7", + "version": "2.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c5bb540..2e57fb4 100644 --- a/package.json +++ b/package.json @@ -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": [