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

Commit befb379

Browse files
committed
Publish v2.7.0
- 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))
1 parent a2b9364 commit befb379

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 2.7.0 (2021-01-03)
4+
5+
- Support for i18n in Next 10 ([#75](https://github.com/netlify/next-on-netlify/pull/75))
6+
- dependabot: node-notifier from 8.0.0 to 8.0.1 ([#125](https://github.com/netlify/next-on-netlify/pull/125))
7+
- Expose Netlify function params as netlifyFunctionParams ([#119](https://github.com/netlify/next-on-netlify/pull/119))
8+
- Fix: local cypress cache control ([#118](https://github.com/netlify/next-on-netlify/pull/118))
9+
- Fix: add res.finished to createResponseObject ([#117](https://github.com/netlify/next-on-netlify/pull/117))
10+
- Fix: Windows support ([#101](https://github.com/netlify/next-on-netlify/pull/101))
11+
- Improve logs for specified functions/publish dirs ([#100](https://github.com/netlify/next-on-netlify/pull/100))
12+
313
## 2.6.3 (2020-11-18)
414

515
- Fix: don't empty publish/function paths unless they're default ([#94](https://github.com/netlify/next-on-netlify/pull/94))

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