Skip to content

Commit e6996e7

Browse files
committed
Publish v2.0.1
- fail build if plugin cant load next.config.js ([#99](#99)) - chore: decrease package size ([#101](#101)) - remove Next as a peer dependency ([#96](#96)) - update failure points in plugin to do nothing instead ([#94](#94))
1 parent 3d21384 commit e6996e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 2.0.1 (2021-02-17)
4+
5+
- fail build if plugin cant load next.config.js ([#99](https://github.com/netlify/netlify-plugin-nextjs/pull/99))
6+
- chore: decrease package size ([#101](https://github.com/netlify/netlify-plugin-nextjs/pull/101))
7+
- remove Next as a peer dependency ([#96](https://github.com/netlify/netlify-plugin-nextjs/pull/96))
8+
- update failure points in plugin to do nothing instead ([#94](https://github.com/netlify/netlify-plugin-nextjs/pull/94))
9+
310
## 2.0.0 (2021-02-04)
411

512
- feature: use new default functions directory ([#87](https://github.com/netlify/netlify-plugin-nextjs/pull/87))

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": "2.0.0",
3+
"version": "2.0.1",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)