Skip to content

Commit fdf9d5c

Browse files
committed
Publish v1.0.1
- Fix: require('next') until plugin pre-installs are fixed internally ([#57](#57))
1 parent 64fa0c6 commit fdf9d5c

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.0.1 (2020-11-19)
4+
5+
- Fix: require('next') until plugin pre-installs are fixed internally ([#57](https://github.com/netlify/netlify-plugin-nextjs/pull/57))
6+
37
## 1.0.0 (2020-11-18)
48

59
- Beta release of zero-config and UI-one-click plugin install

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.0.0",
3+
"version": "1.0.1",
44
"description": "run Nextj.s seamlessly on netlify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)