Skip to content

Commit 39f0cd9

Browse files
committed
Publish v1.1.4
- update NoN to 3.0.0 to fix isDynamicRoute issue
1 parent 8a3e168 commit 39f0cd9

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+
## 1.1.4 (2021-05-09)
4+
5+
- update NoN to 3.0.0 to fix isDynamicRoute [issue](https://answers.netlify.com/t/all-my-nextjs-projects-are-failed-due-to-plugin-netlify-plugin-nextjs-internal-error-typeerror-isdynamicroute-is-not-a-function/37240/2)
6+
37
## 1.1.3 (2021-03-18)
48

59
### Bug fixes

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": "@netlify/plugin-nextjs",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)