Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1de7fbe

Browse files
committedMay 9, 2021
Publish v3.0.0
- fix @sls-next by inlining isDynamicRoute
1 parent d74d61e commit 1de7fbe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

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

3+
## 3.0.0 (2021-05-09)
4+
5+
- NoN is still deprecated but @sls-next dependency was causing issues
6+
37
## 2.9.0 (2021-02-24)
48

59
- add support for background functions in api pages only ([#171](https://github.com/netlify/next-on-netlify/pull/171))

‎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.9.0",
3+
"version": "3.0.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)
This repository has been archived.