diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8cd08..07db18e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.0 (2021-05-09) + +- NoN is still deprecated but @sls-next dependency was causing issues + ## 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)) diff --git a/package-lock.json b/package-lock.json index f52c6f8..49e94d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.9.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0057d1c..a0852c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.9.0", + "version": "3.0.0", "description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify", "bin": "./next-on-netlify.js", "keywords": [