From 6057c108d1d0be2c497d0d6214e2f921ea739508 Mon Sep 17 00:00:00 2001 From: Lindsay Levine Date: Mon, 18 Jan 2021 00:55:57 -0500 Subject: [PATCH] Publish v2.8.3 - 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)) --- 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 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": [