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

Commit

Permalink
Publish v2.7.0
Browse files Browse the repository at this point in the history
- Support for i18n in Next 10 ([#75](#75))
- dependabot: node-notifier from 8.0.0 to 8.0.1 ([#125](#125))
- Expose Netlify function params as netlifyFunctionParams ([#119](#119))
- Fix: local cypress cache control ([#118](#118))
- Fix: add res.finished to createResponseObject ([#117](#117))
- Fix: Windows support ([#101](#101))
- Improve logs for specified functions/publish dirs ([#100](#100))
  • Loading branch information
lindsaylevine committed Jan 3, 2021
1 parent a2b9364 commit befb379
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.7.0 (2021-01-03)

- Support for i18n in Next 10 ([#75](https://github.com/netlify/next-on-netlify/pull/75))
- dependabot: node-notifier from 8.0.0 to 8.0.1 ([#125](https://github.com/netlify/next-on-netlify/pull/125))
- Expose Netlify function params as netlifyFunctionParams ([#119](https://github.com/netlify/next-on-netlify/pull/119))
- Fix: local cypress cache control ([#118](https://github.com/netlify/next-on-netlify/pull/118))
- Fix: add res.finished to createResponseObject ([#117](https://github.com/netlify/next-on-netlify/pull/117))
- Fix: Windows support ([#101](https://github.com/netlify/next-on-netlify/pull/101))
- Improve logs for specified functions/publish dirs ([#100](https://github.com/netlify/next-on-netlify/pull/100))

## 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))
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.3",
"version": "2.7.0",
"description": "Wrapper for hosting NextJS applications with Server-Side Rendering on Netlify",
"bin": "./next-on-netlify.js",
"keywords": [
Expand Down

0 comments on commit befb379

Please sign in to comment.