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

Commit e347ae1

Browse files
committed
Publish v2.6.0
- Support for SSG Preview Mode ([#50](#50)) - Expose core setup logic to be required as a package ([#64](#64)) - Miscellaneous README cleanup
1 parent f1d99cf commit e347ae1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 2.6.0 (2020-10-26)
4+
5+
- Support for SSG Preview Mode ([#50](https://github.com/netlify/next-on-netlify/pull/50))
6+
- Expose core setup logic to be required as a package ([#64](https://github.com/netlify/next-on-netlify/pull/64))
7+
- Miscellaneous README cleanup
8+
39
## 2.5.2 (2020-10-23)
410

511
- README rebrand

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