diff --git a/CHANGELOG.md b/CHANGELOG.md index 1648876..3b52509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.8.3 (2020-01-18) + +- Revert next/image support until jimp module issue is resolved ([#149](https://github.com/netlify/next-on-netlify/pull/149)) +- Revert route/redirect sorting logic to static then dynamic ([#145](https://github.com/netlify/next-on-netlify/pull/145)) +- Fix: incorrect headers syntax & broken local cypress ([#144](https://github.com/netlify/next-on-netlify/pull/144)) + ## 2.8.2 (2020-01-16) - Fix: failing windows test for file tracking ([#142](https://github.com/netlify/next-on-netlify/pull/142)) diff --git a/package-lock.json b/package-lock.json index 24f3fc1..8f99062 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.8.2", + "version": "2.8.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14afa8a..51f832d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-on-netlify", - "version": "2.8.2", + "version": "2.8.3", "description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify", "bin": "./next-on-netlify.js", "keywords": [