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

Commit 6057c10

Browse files
committed
Publish v2.8.3
- Revert next/image support until jimp module issue is resolved ([#149](#149)) - Revert route/redirect sorting logic to static then dynamic ([#145](#145)) - Fix: incorrect headers syntax & broken local cypress ([#144](#144))
1 parent f76bae8 commit 6057c10

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.8.3 (2020-01-18)
4+
5+
- Revert next/image support until jimp module issue is resolved ([#149](https://github.com/netlify/next-on-netlify/pull/149))
6+
- Revert route/redirect sorting logic to static then dynamic ([#145](https://github.com/netlify/next-on-netlify/pull/145))
7+
- Fix: incorrect headers syntax & broken local cypress ([#144](https://github.com/netlify/next-on-netlify/pull/144))
8+
39
## 2.8.2 (2020-01-16)
410

511
- Fix: failing windows test for file tracking ([#142](https://github.com/netlify/next-on-netlify/pull/142))

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.8.2",
3+
"version": "2.8.3",
44
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
55
"bin": "./next-on-netlify.js",
66
"keywords": [

0 commit comments

Comments
 (0)