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

Commit

Permalink
Publish v2.6.3
Browse files Browse the repository at this point in the history
- 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))
  • Loading branch information
lindsaylevine committed Nov 18, 2020
1 parent cfe8a7a commit 66cc4ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.6.3 (2020-11-18)

- Fix: don't empty publish/function paths unless they're default ([#94](https://github.com/netlify/next-on-netlify/pull/94))
- Fix: add support for res.redirect in API routes ([#93](https://github.com/netlify/next-on-netlify/pull/93))
- Remove next-aws-lambda dependency (now inlined) ([#92](https://github.com/netlify/next-on-netlify/pull/92))
- Fix: Node.js version in CI ([#91](https://github.com/netlify/next-on-netlify/pull/91))

## 2.6.2 (2020-11-17)

- Upgrade version range of `next` ([#90](https://github.com/netlify/next-on-netlify/pull/90))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-on-netlify",
"version": "2.6.2",
"version": "2.6.3",
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
"bin": "./next-on-netlify.js",
"keywords": [
Expand Down

0 comments on commit 66cc4ce

Please sign in to comment.