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

Commit 66cc4ce

Browse files
committed
Publish v2.6.3
- Fix: don't empty publish/function paths unless they're default ([#94](#94)) - Fix: add support for res.redirect in API routes ([#93](#93)) - Remove next-aws-lambda dependency (now inlined) ([#92](#92)) - Fix: Node.js version in CI ([#91](#91))
1 parent cfe8a7a commit 66cc4ce

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 2.6.3 (2020-11-18)
4+
5+
- Fix: don't empty publish/function paths unless they're default ([#94](https://github.com/netlify/next-on-netlify/pull/94))
6+
- Fix: add support for res.redirect in API routes ([#93](https://github.com/netlify/next-on-netlify/pull/93))
7+
- Remove next-aws-lambda dependency (now inlined) ([#92](https://github.com/netlify/next-on-netlify/pull/92))
8+
- Fix: Node.js version in CI ([#91](https://github.com/netlify/next-on-netlify/pull/91))
9+
310
## 2.6.2 (2020-11-17)
411

512
- Upgrade version range of `next` ([#90](https://github.com/netlify/next-on-netlify/pull/90))

package-lock.json

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

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.6.2",
3+
"version": "2.6.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)