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

Commit bc7d866

Browse files
committed
Publish v1.1.0
- Add support for catch-all routes (#1, #2) - README: Fix instructions for local preview
1 parent b90e8c2 commit bc7d866

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2020-04-19)
4+
5+
- Add support for catch-all routes (#1, #2)
6+
- README: Fix instructions for local preview
7+
38
## 1.0.1 (2020-01-27)
49

510
- Add README

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-on-netlify",
3-
"version": "1.0.1",
3+
"version": "1.1.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)