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

Commit ab57c86

Browse files
committedNov 17, 2020
Publish v2.6.2
- Upgrade version range of `next` ([#90](#90)) - Configurable functionsDir and publishDir (via exported func only) ([#89](#89)) - Support for Node 10.17.0 ([#84](#84)) - CI tests ([#83](#83))
1 parent d07b9e7 commit ab57c86

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.6.2 (2020-11-17)
4+
5+
- Upgrade version range of `next` ([#90](https://github.com/netlify/next-on-netlify/pull/90))
6+
- Configurable functionsDir and publishDir (via exported func only) ([#89](https://github.com/netlify/next-on-netlify/pull/89))
7+
- Support for Node 10.17.0 ([#84](https://github.com/netlify/next-on-netlify/pull/84))
8+
- CI tests ([#83](https://github.com/netlify/next-on-netlify/pull/83))
9+
310
## 2.6.1 (2020-11-15)
411

512
- Hotfix: no-cache Cache-Control for preview mode ([Commit](https://github.com/netlify/next-on-netlify/commit/990b4a8c31bbd0b89ef2620d9c30493a1fed08f4))

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
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)
This repository has been archived.